etebase_removed_collection_get_uid method

Pointer<Char> etebase_removed_collection_get_uid(
  1. Pointer<EtebaseRemovedCollection> this_
)

The uid of the removed collection

@param this_ the object handle

Implementation

ffi.Pointer<ffi.Char> etebase_removed_collection_get_uid(
  ffi.Pointer<EtebaseRemovedCollection> this_,
) {
  return _etebase_removed_collection_get_uid(
    this_,
  );
}