]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
vapi: Update GIR-based bindings
authorRico Tzschichholz <ricotz@ubuntu.com>
Sat, 18 Mar 2017 15:22:19 +0000 (16:22 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sat, 18 Mar 2017 15:22:19 +0000 (16:22 +0100)
vapi/atspi-2.vapi
vapi/gstreamer-video-1.0.vapi
vapi/metadata/Atspi-2.0.metadata

index 4ea469d54a4b845b25290a3ad4bafe9e7b699e97..48d250ae1f5a7f2d6db662e3cc3c632db75b8e76 100644 (file)
@@ -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;
index d5b4b1fe275cdbaddfaed79b0b8c0f7e5c484a70..e778f39f20ba021a80819dee4440f2c6058f381c 100644 (file)
@@ -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]
index bcba8ba125a7b094573cd576024e5ad4e03eada6..682d9f3c7bfd16358203689f08e6f281d599f7a4 100644 (file)
@@ -1,4 +1,5 @@
 Cache.interfaces skip
+KeystrokeListener skip
 
 DeviceEvent struct