[vala/0.48] gobject-2.0: Fix a few binding errors
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.48] gobject-2.0: Fix a few binding errors
- Date: Sun, 28 Feb 2021 17:26:26 +0000 (UTC)
commit 38d8154d8ef6c79e0f0266b86d98eb017cdde9bf
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Sat Jan 30 08:41:55 2021 +0100
gobject-2.0: Fix a few binding errors
vapi/gobject-2.0.vapi | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/vapi/gobject-2.0.vapi b/vapi/gobject-2.0.vapi
index 3d8a49494..e3b2dca5e 100644
--- a/vapi/gobject-2.0.vapi
+++ b/vapi/gobject-2.0.vapi
@@ -475,7 +475,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 ();
@@ -632,7 +631,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 ();
@@ -655,6 +653,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);
[CCode (array_length_type = "guint")]
public GLib.Type[] interface_prerequisites ();
[CCode (array_length_type = "guint")]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]