From: Rico Tzschichholz Date: Sat, 28 Feb 2015 15:42:54 +0000 (+0100) Subject: gio-2.0: Fix one more appearances of void* to GLib.Object X-Git-Tag: 0.27.2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ade8cdc11759c421339ebad99829cbfe5e10825;p=thirdparty%2Fvala.git gio-2.0: Fix one more appearances of void* to GLib.Object --- diff --git a/vapi/gio-2.0.vapi b/vapi/gio-2.0.vapi index 7836192cb..5eb0b1d77 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)]