etebase_fetch_options_new method

Pointer<EtebaseFetchOptions> etebase_fetch_options_new()

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();
}