[vala: 2/2] vapi: Update GIR-based bindings



commit 47fb61761d1205e74e96f8dac7358a412ce5b3bf
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Sun Aug 27 20:01:20 2017 +0200

    vapi: Update GIR-based bindings

 vapi/atspi-2.vapi                |    1 +
 vapi/gstreamer-video-1.0.vapi    |    2 +-
 vapi/gtk+-4.0.vapi               |    1 -
 vapi/metadata/Atspi-2.0.metadata |    1 +
 4 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/vapi/atspi-2.vapi b/vapi/atspi-2.vapi
index 4982b76..20c94bc 100644
--- a/vapi/atspi-2.vapi
+++ b/vapi/atspi-2.vapi
@@ -110,6 +110,7 @@ namespace Atspi {
                public static bool deregister_no_data (Atspi.EventListenerSimpleCB callback, string 
event_type) throws GLib.Error;
                public bool register (string event_type) throws GLib.Error;
                public static bool register_from_callback ([CCode (delegate_target_pos = 1.33333, 
destroy_notify_pos = 1.66667)] owned Atspi.EventListenerCB callback, string event_type) throws GLib.Error;
+               public static bool register_from_callback_full ([CCode (delegate_target_pos = 1.33333, 
destroy_notify_pos = 1.66667)] owned Atspi.EventListenerCB? callback, string event_type, GLib.Array<string> 
properties) throws GLib.Error;
                public bool register_full (string event_type, GLib.Array<string>? properties) throws 
GLib.Error;
                public static bool register_no_data ([CCode (destroy_notify_pos = 1.5)] owned 
Atspi.EventListenerSimpleCB callback, string event_type) throws GLib.Error;
                [CCode (has_construct_function = false)]
diff --git a/vapi/gstreamer-video-1.0.vapi b/vapi/gstreamer-video-1.0.vapi
index 602cd9d..1e28757 100644
--- a/vapi/gstreamer-video-1.0.vapi
+++ b/vapi/gstreamer-video-1.0.vapi
@@ -475,11 +475,11 @@ namespace Gst {
                }
                [CCode (cheader_filename = "gst/video/video.h", has_type_id = false)]
                [GIR (name = "VideoAffineTransformationMeta")]
+               [Version (since = "1.8")]
                public struct AffineTransformationMeta {
                        public Gst.Meta meta;
                        [CCode (array_length = false)]
                        public weak float matrix[16];
-                       [Version (since = "1.8")]
                        public void apply_matrix (float matrix);
                }
                [CCode (cheader_filename = "gst/video/video.h", has_type_id = false)]
diff --git a/vapi/gtk+-4.0.vapi b/vapi/gtk+-4.0.vapi
index 1d98915..cacfb5a 100644
--- a/vapi/gtk+-4.0.vapi
+++ b/vapi/gtk+-4.0.vapi
@@ -8728,7 +8728,6 @@ namespace Gtk {
                public class void install_child_property (uint property_id, GLib.ParamSpec pspec);
                [CCode (array_length_pos = 0.1, array_length_type = "guint", cname = 
"gtk_container_class_list_child_properties")]
                public class (unowned GLib.ParamSpec)[] list_child_properties ();
-               public void propagate_draw (Gtk.Widget child, Cairo.Context cr);
                [NoWrapper]
                public virtual void set_child_property (Gtk.Widget child, uint property_id, GLib.Value value, 
GLib.ParamSpec pspec);
                public void set_focus_chain (GLib.List<Gtk.Widget> focusable_widgets);
diff --git a/vapi/metadata/Atspi-2.0.metadata b/vapi/metadata/Atspi-2.0.metadata
index 682d9f3..cea54c7 100644
--- a/vapi/metadata/Atspi-2.0.metadata
+++ b/vapi/metadata/Atspi-2.0.metadata
@@ -1,3 +1,4 @@
+Application.bus skip
 Cache.interfaces skip
 KeystrokeListener skip
 


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