public static GLib.File new_for_uri (string uri);
public abstract unowned GLib.FileIOStream open_readwrite (GLib.Cancellable? cancellable = null) throws GLib.Error;
public abstract async unowned GLib.FileIOStream open_readwrite_async (int io_priority = GLib.Priority.DEFAULT, GLib.Cancellable? cancellable = null) throws GLib.Error;
- public static unowned GLib.File parse_name (string parse_name);
+ public static GLib.File parse_name (string parse_name);
public abstract async bool poll_mountable (GLib.Cancellable? cancellable = null) throws GLib.Error;
[NoWrapper]
public abstract bool prefix_matches (GLib.File file);
g_file_new_for_commandline_arg transfer_ownership="1"
g_file_new_for_path transfer_ownership="1"
g_file_new_for_uri transfer_ownership="1"
+g_file_parse_name transfer_ownership="1"
g_file_poll_mountable async="1"
g_file_query_default_handler transfer_ownership="1"
g_file_query_filesystem_info transfer_ownership="1"