[vala/staging] glib-2.0: Drop g_object_unref which is part of gobject-2.0



commit 98a7ae70a0858372230c759a36064a996aa67883
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Wed Nov 21 14:52:48 2018 +0100

    glib-2.0: Drop g_object_unref which is part of gobject-2.0

 vapi/glib-2.0.vapi | 2 --
 1 file changed, 2 deletions(-)
---
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<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)")]


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