]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
vapi: Update GIR-based bindings
authorRico Tzschichholz <ricotz@ubuntu.com>
Tue, 20 Nov 2018 12:06:15 +0000 (13:06 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 20 Nov 2018 12:06:15 +0000 (13:06 +0100)
vapi/pango.vapi

index 035ed1b34a6a59d723e5b0b508b15e749075e72f..b74e27334df65ec84e01e6212d2982a1033e25f0 100644 (file)
@@ -276,6 +276,8 @@ namespace Pango {
                public virtual unowned string get_name ();
                [Version (since = "1.4")]
                public virtual bool is_monospace ();
+               [Version (since = "1.44")]
+               public virtual bool is_variable ();
                public virtual void list_faces ([CCode (array_length_cname = "n_faces", array_length_pos = 1.1)] out (unowned Pango.FontFace)[] faces);
        }
        [CCode (cheader_filename = "pango/pango.h", type_id = "pango_font_map_get_type ()")]
@@ -777,7 +779,7 @@ namespace Pango {
                public static Pango.AttrType register (string name);
        }
        [CCode (cheader_filename = "pango/pango.h", cprefix = "PANGO_BIDI_TYPE_", type_id = "pango_bidi_type_get_type ()")]
-       [Version (since = "1.22")]
+       [Version (deprecated = true, deprecated_since = "1.44", since = "1.22")]
        public enum BidiType {
                L,
                LRE,
@@ -808,6 +810,7 @@ namespace Pango {
                EXACT
        }
        [CCode (cheader_filename = "pango/pango.h", cprefix = "PANGO_DIRECTION_", type_id = "pango_direction_get_type ()")]
+       [Version (deprecated = true, deprecated_since = "1.44")]
        public enum Direction {
                LTR,
                RTL,