etebase_item_list_response_is_done method
Indicates whether there are no more items to fetch
@param this_ the object handle
Implementation
bool etebase_item_list_response_is_done(
ffi.Pointer<EtebaseItemListResponse> this_,
) {
return _etebase_item_list_response_is_done(
this_,
);
}