[vala] vapi: Update GIR-based bindings



commit 4382077dcf09cf9bbf315d0c56579118ce34b503
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Sat Mar 18 16:22:19 2017 +0100

    vapi: Update GIR-based bindings

 vapi/atspi-2.vapi                |    6 +-----
 vapi/gstreamer-video-1.0.vapi    |   15 ++++++++++++++-
 vapi/metadata/Atspi-2.0.metadata |    1 +
 3 files changed, 16 insertions(+), 6 deletions(-)
---
diff --git a/vapi/atspi-2.vapi b/vapi/atspi-2.vapi
index 4ea469d..48d250a 100644
--- a/vapi/atspi-2.vapi
+++ b/vapi/atspi-2.vapi
@@ -328,9 +328,9 @@ namespace Atspi {
                public GLib.GenericArray<Atspi.Accessible> get_column_header_cells () throws GLib.Error;
                public int get_column_index () throws GLib.Error;
                public int get_column_span () throws GLib.Error;
+               public int get_position (out int row, out int column) throws GLib.Error;
                public void get_row_column_span (out int row, out int column, out int row_span, out int 
column_span) throws GLib.Error;
                public GLib.GenericArray<Atspi.Accessible> get_row_header_cells () throws GLib.Error;
-               public int get_row_index () throws GLib.Error;
                public int get_row_span () throws GLib.Error;
                public Atspi.Accessible get_table () throws GLib.Error;
        }
@@ -428,10 +428,6 @@ namespace Atspi {
                public weak string keystrings;
                public short len;
        }
-       [CCode (cheader_filename = "atspi/atspi.h")]
-       [SimpleType]
-       public struct KeystrokeListener {
-       }
        [CCode (cheader_filename = "atspi/atspi.h", has_type_id = false)]
        public struct Reference {
                public weak string name;
diff --git a/vapi/gstreamer-video-1.0.vapi b/vapi/gstreamer-video-1.0.vapi
index d5b4b1f..e778f39 100644
--- a/vapi/gstreamer-video-1.0.vapi
+++ b/vapi/gstreamer-video-1.0.vapi
@@ -878,7 +878,20 @@ namespace Gst {
                        P010_10BE,
                        P010_10LE,
                        IYU2,
-                       VYUY
+                       VYUY,
+                       GBRA,
+                       GBRA_10BE,
+                       GBRA_10LE,
+                       GBR_12BE,
+                       GBR_12LE,
+                       GBRA_12BE,
+                       GBRA_12LE,
+                       I420_12BE,
+                       I420_12LE,
+                       I422_12BE,
+                       I422_12LE,
+                       Y444_12BE,
+                       Y444_12LE
                }
                [CCode (cheader_filename = "gst/video/video.h", cprefix = "GST_VIDEO_FORMAT_FLAG_", type_id = 
"gst_video_format_flags_get_type ()")]
                [Flags]
diff --git a/vapi/metadata/Atspi-2.0.metadata b/vapi/metadata/Atspi-2.0.metadata
index bcba8ba..682d9f3 100644
--- a/vapi/metadata/Atspi-2.0.metadata
+++ b/vapi/metadata/Atspi-2.0.metadata
@@ -1,4 +1,5 @@
 Cache.interfaces skip
+KeystrokeListener skip
 
 DeviceEvent struct
 


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