etebase_collection_manager_get_member_manager method
Pointer<EtebaseCollectionMemberManager>
etebase_collection_manager_get_member_manager(
- Pointer<
EtebaseCollectionManager> this_, - Pointer<
EtebaseCollection> col
Return the collection member manager for the supplied collection
@param this_ the object handle @param col the collection for which the manager is required
Implementation
ffi.Pointer<EtebaseCollectionMemberManager>
etebase_collection_manager_get_member_manager(
ffi.Pointer<EtebaseCollectionManager> this_,
ffi.Pointer<EtebaseCollection> col,
) {
return _etebase_collection_manager_get_member_manager(
this_,
col,
);
}