public abstract string? get_relative_path (GLib.File descendant);
public abstract string get_uri ();
public abstract string get_uri_scheme ();
- public bool has_parent (GLib.File parent);
+ public bool has_parent (GLib.File? parent);
public bool has_prefix (GLib.File prefix);
public abstract bool has_uri_scheme (string uri_scheme);
public abstract uint hash ();
g_file_get_child transfer_ownership="1"
g_file_get_child_for_display_name transfer_ownership="1"
g_file_get_parent transfer_ownership="1" nullable="1"
+g_file_has_parent.parent nullable="1"
g_file_get_parse_name transfer_ownership="1"
g_file_get_path transfer_ownership="1" nullable="1"
g_file_get_relative_path transfer_ownership="1" nullable="1"