]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
vapi: Update GIR-based bindings
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 9 Aug 2020 19:17:23 +0000 (21:17 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 9 Aug 2020 19:18:04 +0000 (21:18 +0200)
vapi/atspi-2.vapi

index f2d8490a04ae483d49b7406495686b876f9a4335..ff369bf44956dfcdcc555f4cf153681ffed458a9 100644 (file)
@@ -868,6 +868,8 @@ namespace Atspi {
        public const int KEYEVENTTYPE_COUNT;
        [CCode (cheader_filename = "atspi/atspi.h", cname = "ATSPI_KEYSYNTHTYPE_COUNT")]
        public const int KEYSYNTHTYPE_COUNT;
+       [CCode (cheader_filename = "atspi/atspi.h", cname = "ATSPI_LOCALE_TYPE_COUNT")]
+       public const int LOCALE_TYPE_COUNT;
        [CCode (cheader_filename = "atspi/atspi.h", cname = "ATSPI_MATCHTYPES_COUNT")]
        public const int MATCHTYPES_COUNT;
        [CCode (cheader_filename = "atspi/atspi.h", cname = "ATSPI_MODIFIERTYPE_COUNT")]
@@ -886,6 +888,8 @@ namespace Atspi {
        public const int TEXT_BOUNDARY_TYPE_COUNT;
        [CCode (cheader_filename = "atspi/atspi.h", cname = "ATSPI_TEXT_CLIP_TYPE_COUNT")]
        public const int TEXT_CLIP_TYPE_COUNT;
+       [CCode (cheader_filename = "atspi/atspi.h", cname = "ATSPI_TREETRAVERSALTYPE_COUNT")]
+       public const int TREETRAVERSALTYPE_COUNT;
        [CCode (cheader_filename = "atspi/atspi.h")]
        public static bool deregister_device_event_listener (Atspi.DeviceListener listener, void* filter) throws GLib.Error;
        [CCode (cheader_filename = "atspi/atspi.h")]