]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gio-2.0: make g_file_has_parent.parent nullable
authorGregor Burger <gregor.burger@uibk.ac.at>
Fri, 14 May 2010 05:19:25 +0000 (22:19 -0700)
committerEvan Nemerson <evan@coeus-group.com>
Fri, 14 May 2010 05:19:25 +0000 (22:19 -0700)
Fixes bug 618441.

vapi/gio-2.0.vapi
vapi/packages/gio-2.0/gio-2.0.metadata

index 4ead2fa8890db1e482e3c03be144be2a183ecc14..a20154410420dbce7b77294008b0790b36ae1783 100644 (file)
@@ -1080,7 +1080,7 @@ namespace GLib {
                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 ();
index f783e1a11e88e94ec92cce47871d5cbb03c0926e..31b122134d1de019a91840fc7c5e66f64558f953 100644 (file)
@@ -47,6 +47,7 @@ g_file_get_basename transfer_ownership="1" nullable="1"
 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"