From: Rico Tzschichholz Date: Wed, 21 Nov 2018 13:52:48 +0000 (+0100) Subject: glib-2.0: Drop g_object_unref which is part of gobject-2.0 X-Git-Tag: 0.43.1~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e9e5b5bc9da665f8894447c9e1d86d25bfb6eae;p=thirdparty%2Fvala.git glib-2.0: Drop g_object_unref which is part of gobject-2.0 --- diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi index fee5c1d7f..339020f15 100644 --- a/vapi/glib-2.0.vapi +++ b/vapi/glib-2.0.vapi @@ -4925,8 +4925,6 @@ namespace GLib { public static GLib.EqualFunc str_equal; [CCode (cname = "g_free")] public static GLib.DestroyNotify g_free; - [CCode (cname = "g_object_unref")] - public static GLib.DestroyNotify g_object_unref; [CCode (cname = "g_list_free")] public static GLib.DestroyNotify g_list_free; [CCode (cname = "((GDestroyNotify) g_variant_unref)")]