summaryrefslogtreecommitdiff
path: root/vapi
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2021-01-30 08:41:55 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2021-01-30 08:41:55 +0100
commit39458e862df3021982745d59d8dc3c09af471063 (patch)
tree6f43de4ad41834bd06fdcf3ee1a3c0f42c26674f /vapi
parentd45834c8bdae191d5ad4cb703c27e8dbd8e7186d (diff)
downloadvala-39458e862df3021982745d59d8dc3c09af471063.tar.gz
gobject-2.0: Fix a few binding errors
Diffstat (limited to 'vapi')
-rw-r--r--vapi/gobject-2.0.vapi3
1 files changed, 1 insertions, 2 deletions
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")]