]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
vapi: Update GIR-based bindings
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 27 Aug 2017 18:01:20 +0000 (20:01 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 27 Aug 2017 18:04:43 +0000 (20:04 +0200)
vapi/atspi-2.vapi
vapi/gstreamer-video-1.0.vapi
vapi/gtk+-4.0.vapi
vapi/metadata/Atspi-2.0.metadata

index 4982b76dce241966039729eabe38bfabc8b8d0c4..20c94bc8f246ff0947221639585bdba4d197fb12 100644 (file)
@@ -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)]
index 602cd9d2d2e2d738d5252394c67b38d5757fcd8b..1e28757dfcf469cc8771f512006b313c8fd91dae 100644 (file)
@@ -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)]
index 1d98915084b7cab8eb39ee8c9435a6b75b3c9691..cacfb5a42defbd60e76f17b5eb0ec5d27d8503d4 100644 (file)
@@ -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);
index 682d9f3c7bfd16358203689f08e6f281d599f7a4..cea54c7ebdf038a35d44aed4bab6254cbfd21d59 100644 (file)
@@ -1,3 +1,4 @@
+Application.bus skip
 Cache.interfaces skip
 KeystrokeListener skip