etebase_collection_get_meta method
Return the metadata of the collection
@param this_ the object handle
Implementation
ffi.Pointer<EtebaseItemMetadata> etebase_collection_get_meta(
ffi.Pointer<EtebaseCollection> this_,
) {
return _etebase_collection_get_meta(
this_,
);
}