]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: Drop g_object_unref which is part of gobject-2.0
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 21 Nov 2018 13:52:48 +0000 (14:52 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 21 Nov 2018 16:16:13 +0000 (17:16 +0100)
vapi/glib-2.0.vapi

index fee5c1d7fbf83cb481ab844a441cadc3bd85b687..339020f15f505362cf82afa228d7f9b52bfe3b1a 100644 (file)
@@ -4925,8 +4925,6 @@ namespace GLib {
        public static GLib.EqualFunc<string> 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)")]