public abstract string get_uri_scheme ();
public bool has_prefix (GLib.File prefix);
public abstract bool has_uri_scheme (string uri_scheme);
- public abstract uint hash (void* file);
+ public abstract uint hash ();
public abstract bool is_native ();
public bool load_contents (GLib.Cancellable? cancellable, out string contents, out size_t length, out string etag_out) throws GLib.Error;
public void load_contents_async (GLib.Cancellable? cancellable, GLib.AsyncReadyCallback callback);
g_file_get_relative_path transfer_ownership="1" nullable="1"
g_file_get_uri transfer_ownership="1"
g_file_get_uri_scheme transfer_ownership="1"
+g_file_hash.file hidden="1"
g_file_load_contents.contents transfer_ownership="1"
g_file_load_contents.length is_out="1"
g_file_load_contents.etag_out transfer_ownership="1"