summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2017-08-27 20:01:20 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2017-08-27 20:04:43 +0200
commit47fb61761d1205e74e96f8dac7358a412ce5b3bf (patch)
treec0734fde4e237d4d6868716cd7a9c18327e5c860
parent3ee698c6e35ee3b05fdcd1aa846cb8cb4a39c0a6 (diff)
downloadvala-47fb61761d1205e74e96f8dac7358a412ce5b3bf.tar.gz
vapi: Update GIR-based bindings
-rw-r--r--vapi/atspi-2.vapi1
-rw-r--r--vapi/gstreamer-video-1.0.vapi2
-rw-r--r--vapi/gtk+-4.0.vapi1
-rw-r--r--vapi/metadata/Atspi-2.0.metadata1
4 files changed, 3 insertions, 2 deletions
diff --git a/vapi/atspi-2.vapi b/vapi/atspi-2.vapi
index 4982b76dc..20c94bc8f 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 602cd9d2d..1e28757df 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 1d9891508..cacfb5a42 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 682d9f3c7..cea54c7eb 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