etebase_collection_get_meta method

Pointer<EtebaseItemMetadata> etebase_collection_get_meta(
  1. Pointer<EtebaseCollection> this_
)

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_,
  );
}