]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
x11: add Display.list_properties and XA_STRING
authorEvan Nemerson <evan@coeus-group.com>
Fri, 8 Feb 2013 08:21:39 +0000 (00:21 -0800)
committerEvan Nemerson <evan@coeus-group.com>
Fri, 8 Feb 2013 08:21:39 +0000 (00:21 -0800)
Fixes bug 690905.

vapi/x11.vapi

index c38461a328d42eb09df76c788ad735417809443d..be66e56f8e93dfcdb5e5a913ca9704403d9b66e9 100644 (file)
@@ -310,6 +310,9 @@ namespace X {
 
                [CCode (cname = "XQueryExtension")]
                public bool query_extension(string name, out int major_opcode, out int first_event_return, out int first_error_return);
+
+               [CCode (cname = "XListProperties")]
+               public X.Atom[] list_properties (Window w);
        }
 
        [Compact]
@@ -1259,6 +1262,7 @@ namespace X {
        public const X.Atom XA_NORM_SPACE;
        public const X.Atom XA_MAX_SPACE;
        public const X.Atom XA_END_SPACE;
+       public const X.Atom XA_STRING;
        public const X.Atom XA_SUPERSCRIPT_X;
        public const X.Atom XA_SUPERSCRIPT_Y;
        public const X.Atom XA_SUBSCRIPT_X;