[vala/0.34] gio-2.0: Tweak metadata to avoid duplicated interface dependencies



commit 8a2a1a83b4a3b1244ae4db27fef0fb3de5e1d333
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Wed Apr 19 09:45:14 2017 +0200

    gio-2.0: Tweak metadata to avoid duplicated interface dependencies

 vapi/gio-2.0.vapi                 |    4 ++--
 vapi/metadata/Gio-2.0-custom.vala |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/vapi/gio-2.0.vapi b/vapi/gio-2.0.vapi
index 646736e..edb0df4 100644
--- a/vapi/gio-2.0.vapi
+++ b/vapi/gio-2.0.vapi
@@ -615,7 +615,7 @@ namespace GLib {
        }
        [CCode (cheader_filename = "gio/gio.h")]
        [Version (since = "2.26")]
-       public class DBusConnection : GLib.Object, GLib.AsyncInitable, GLib.Initable, GLib.AsyncInitable, 
GLib.Initable {
+       public class DBusConnection : GLib.Object, GLib.AsyncInitable, GLib.Initable {
                [CCode (has_construct_function = false)]
                protected DBusConnection ();
                public uint add_filter (owned GLib.DBusMessageFilterFunction filter_function);
@@ -2296,7 +2296,7 @@ namespace GLib {
                public void remove (string action_name);
        }
        [CCode (cheader_filename = "gio/gio.h", type_id = "g_simple_async_result_get_type ()")]
-       public class SimpleAsyncResult : GLib.Object, GLib.AsyncResult, GLib.AsyncResult {
+       public class SimpleAsyncResult : GLib.Object, GLib.AsyncResult {
                [CCode (has_construct_function = false)]
                public SimpleAsyncResult (GLib.Object? source_object, void* source_tag);
                [Version (deprecated = true, deprecated_since = "2.46")]
diff --git a/vapi/metadata/Gio-2.0-custom.vala b/vapi/metadata/Gio-2.0-custom.vala
index 19b78de..331949f 100644
--- a/vapi/metadata/Gio-2.0-custom.vala
+++ b/vapi/metadata/Gio-2.0-custom.vala
@@ -31,7 +31,7 @@ namespace GLib {
                public void set_callback ([CCode (type = "GSourceFunc")] owned CancellableSourceFunc func);
        }
 
-       public class DBusConnection : GLib.Object, GLib.AsyncInitable, GLib.Initable {
+       public class DBusConnection : GLib.Object {
                [CCode (cname = "g_dbus_connection_new", finish_function = "g_dbus_connection_new_finish")]
                public static async GLib.DBusConnection @new (GLib.IOStream stream, string guid, 
GLib.DBusConnectionFlags flags, GLib.DBusAuthObserver? observer = null, GLib.Cancellable? cancellable = null) 
throws GLib.Error;
                [CCode (cname = "g_dbus_connection_new_for_address", finish_function = 
"g_dbus_connection_new_for_address_finish")]
@@ -105,7 +105,7 @@ namespace GLib {
                public void bind_with_mapping (string key, GLib.Object object, string property, 
GLib.SettingsBindFlags flags, GLib.SettingsBindGetMappingShared get_mapping, 
GLib.SettingsBindSetMappingShared set_mapping, void* user_data, GLib.DestroyNotify? notify);
        }
 
-       public class SimpleAsyncResult : GLib.Object, GLib.AsyncResult {
+       public class SimpleAsyncResult : GLib.Object {
                [CCode (has_construct_function = false)]
                public SimpleAsyncResult (GLib.Object? source_object, void* source_tag);
                [CCode (has_construct_function = false)]


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