etebase_collection_list_response_is_done method
Indicates whether there are no more collections to fetch
@param this_ the object handle
Implementation
bool etebase_collection_list_response_is_done(
ffi.Pointer<EtebaseCollectionListResponse> this_,
) {
return _etebase_collection_list_response_is_done(
this_,
);
}