[vala] gio-2.0: Fix one more appearances of void* to GLib.Object



commit 4ade8cdc11759c421339ebad99829cbfe5e10825
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Sat Feb 28 16:42:54 2015 +0100

    gio-2.0: Fix one more appearances of void* to GLib.Object

 vapi/gio-2.0.vapi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vapi/gio-2.0.vapi b/vapi/gio-2.0.vapi
index 7836192..5eb0b1d 100644
--- a/vapi/gio-2.0.vapi
+++ b/vapi/gio-2.0.vapi
@@ -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)]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]