etebase_collection_get_uid method

Pointer<Char> etebase_collection_get_uid(
  1. Pointer<EtebaseCollection> this_
)

The UID of the collection

@param this_ the object handle

Implementation

ffi.Pointer<ffi.Char> etebase_collection_get_uid(
  ffi.Pointer<EtebaseCollection> this_,
) {
  return _etebase_collection_get_uid(
    this_,
  );
}