From: Rico Tzschichholz Date: Sat, 30 Jan 2021 07:41:55 +0000 (+0100) Subject: gobject-2.0: Fix a few binding errors X-Git-Tag: 0.51.1~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39458e862df3021982745d59d8dc3c09af471063;p=thirdparty%2Fvala.git gobject-2.0: Fix a few binding errors --- diff --git a/vapi/gobject-2.0.vapi b/vapi/gobject-2.0.vapi index 46467e676..53f63af1e 100644 --- a/vapi/gobject-2.0.vapi +++ b/vapi/gobject-2.0.vapi @@ -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")]