]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gobject-2.0: Fix a few binding errors
authorRico Tzschichholz <ricotz@ubuntu.com>
Sat, 30 Jan 2021 07:41:55 +0000 (08:41 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sat, 30 Jan 2021 07:41:55 +0000 (08:41 +0100)
vapi/gobject-2.0.vapi

index 46467e6760bb3603d22295633f79c0d8c8ef1fe7..53f63af1ed94f8cb89b7d3b745bbe4ac40b30cf3 100644 (file)
@@ -483,7 +483,6 @@ namespace GLib {
        [CCode (cheader_filename = "glib-object.h", free_function = "g_type_default_interface_unref", lower_case_csuffix = "type_interface")]
        [Compact]
        public class TypeInterface {
-               public unowned GLib.TypePlugin get_plugin (GLib.Type interface_type);
                [CCode (cname = "G_TYPE_FROM_INTERFACE")]
                public GLib.Type get_type ();
                public unowned GLib.TypeInterface? peek_parent ();
@@ -642,7 +641,6 @@ namespace GLib {
                [CCode (array_length_type = "guint")]
                public GLib.Type[] children ();
                public unowned GLib.TypeClass? class_peek ();
-               public unowned GLib.TypeClass? class_peek_parent ();
                public unowned GLib.TypeClass? class_peek_static ();
                public unowned GLib.TypeClass? default_interface_peek ();
                public GLib.TypeInterface default_interface_ref ();
@@ -665,6 +663,7 @@ namespace GLib {
                [Version (since = "2.36")]
                public static uint get_type_registration_serial ();
                public void interface_add_prerequisite (Type prerequisite_type);
+               public unowned GLib.TypePlugin interface_get_plugin (GLib.Type interface_type);
                [Version (since = "2.68")]
                public GLib.Type interface_instantiatable_prerequisite ();
                [CCode (array_length_type = "guint")]