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