etebase_item_get_meta method
Return the metadata of the item
@param this_ the object handle
Implementation
ffi.Pointer<EtebaseItemMetadata> etebase_item_get_meta(
ffi.Pointer<EtebaseItem> this_,
) {
return _etebase_item_get_meta(
this_,
);
}