From 61090f7496ac8b25285f78c611654eb7abeeb0ad Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Tue, 16 Apr 2019 22:54:33 +0200 Subject: Small addition to openWithReadCallback description --- src/cc4group.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cc4group.h') diff --git a/src/cc4group.h b/src/cc4group.h index 6bdccb0..76b3609 100644 --- a/src/cc4group.h +++ b/src/cc4group.h @@ -217,6 +217,7 @@ typedef struct { // opens a group and calls the callback to get the group data // initCallback is called before readCallback is called and deinitCallback is called after all read operations are done // initCallback and deinitCallback may be NULL if they should not be used + // even when using the Reference memory management, the buffer returned by the readCallback may be reused across callback calls bool (*openWithReadCallback)(CC4Group* const this, CC4Group_ReadCallback const readCallback, void* const callbackArg, int const memoryManagement, CC4Group_ReadSetupCallback const initCallback, CC4Group_ReadSetupCallback const deinitCallback); -- cgit v1.2.3-54-g00ecf