summaryrefslogtreecommitdiffstats
path: root/src/cc4group.h
diff options
context:
space:
mode:
authorMarkus Mittendrein <git@maxmitti.tk>2019-04-16 22:54:33 +0200
committerMarkus Mittendrein <git@maxmitti.tk>2019-04-16 22:54:47 +0200
commit61090f7496ac8b25285f78c611654eb7abeeb0ad (patch)
tree93ab56339b190df4deebe12c505fdc3f606a551e /src/cc4group.h
parent583970dc48d1d88bf5172572f6d621d06358504b (diff)
downloadcc4group-61090f7496ac8b25285f78c611654eb7abeeb0ad.tar.gz
cc4group-61090f7496ac8b25285f78c611654eb7abeeb0ad.zip
Small addition to openWithReadCallback description
Diffstat (limited to 'src/cc4group.h')
-rw-r--r--src/cc4group.h1
1 files changed, 1 insertions, 0 deletions
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);