]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gio-2.0: Fix one more appearances of void* to GLib.Object
authorRico Tzschichholz <ricotz@ubuntu.com>
Sat, 28 Feb 2015 15:42:54 +0000 (16:42 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sat, 28 Feb 2015 15:42:54 +0000 (16:42 +0100)
vapi/gio-2.0.vapi

index 7836192cbd14a7ab73fc6dc1b570ce1691bce827..5eb0b1d77f7f12c49f5f9bb87ee2a1ca4b58ca1a 100644 (file)
@@ -1787,7 +1787,7 @@ namespace GLib {
                public bool set_uint (string key, uint value);
                public bool set_value (string key, GLib.Variant value);
                public static void sync ();
-               public static void unbind (void* object, string property);
+               public static void unbind (GLib.Object object, string property);
                [CCode (has_construct_function = false)]
                public Settings.with_backend (string schema_id, GLib.SettingsBackend backend);
                [CCode (has_construct_function = false)]