[vala/staging: 7/7] vapi: Update GIR-based bindings



commit dfe9d59a462dd519bea90813f512a7ef74bda983
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Tue Nov 20 13:06:15 2018 +0100

    vapi: Update GIR-based bindings

 vapi/pango.vapi | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vapi/pango.vapi b/vapi/pango.vapi
index 035ed1b34..b74e27334 100644
--- a/vapi/pango.vapi
+++ b/vapi/pango.vapi
@@ -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,


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