etebase_fetch_options_new method
Return a new fetch options object
Should be destroyed with etebase_fetch_options_destroy
Implementation
ffi.Pointer<EtebaseFetchOptions> etebase_fetch_options_new() {
return _etebase_fetch_options_new();
}
Return a new fetch options object
Should be destroyed with etebase_fetch_options_destroy
ffi.Pointer<EtebaseFetchOptions> etebase_fetch_options_new() {
return _etebase_fetch_options_new();
}