]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
bindings: Update GIR-based bindings
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 3 Sep 2014 08:18:57 +0000 (10:18 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 3 Sep 2014 08:18:57 +0000 (10:18 +0200)
vapi/gdk-3.0.vapi
vapi/gdk-pixbuf-2.0.vapi
vapi/pango.vapi

index da57d616fc9258ce581d7a43d8e20c81565598ae..29a230de6be3114e56bd36fce2b5655b1938217f 100644 (file)
@@ -5544,7 +5544,8 @@ namespace Gdk {
                ROOTWIN,
                WIN32_DROPFILES,
                OLE2,
-               LOCAL
+               LOCAL,
+               WAYLAND
        }
        [CCode (cheader_filename = "gdk/gdk.h", cprefix = "GDK_", type_id = "gdk_event_mask_get_type ()")]
        [Flags]
index d54efd02a3d165320cfe7dd48036cbfc79c9c900..7dac67f8e930964250c291dfe88235bb81428046 100644 (file)
@@ -47,6 +47,7 @@ namespace Gdk {
                public size_t get_byte_length ();
                public Gdk.Colorspace get_colorspace ();
                public static unowned Gdk.PixbufFormat? get_file_info (string filename, out int width, out int height);
+               public static async unowned Gdk.PixbufFormat get_file_info_async (string filename, GLib.Cancellable? cancellable, out int width, out int height) throws GLib.Error;
                public static GLib.SList<weak Gdk.PixbufFormat> get_formats ();
                public bool get_has_alpha ();
                public int get_height ();
index b9e3ea67ef5d05e5f822eceef16f586600a9d145..e75a9c1dd1fb523a23147a7aa7665de9f3fb62d5 100644 (file)
@@ -930,6 +930,8 @@ namespace Pango {
        public delegate bool FontsetForeachFunc (Pango.Fontset fontset, Pango.Font font);
        [CCode (cheader_filename = "pango/pango.h", cname = "PANGO_ANALYSIS_FLAG_CENTERED_BASELINE")]
        public const int ANALYSIS_FLAG_CENTERED_BASELINE;
+       [CCode (cheader_filename = "pango/pango.h", cname = "PANGO_ANALYSIS_FLAG_IS_ELLIPSIS")]
+       public const int ANALYSIS_FLAG_IS_ELLIPSIS;
        [CCode (cheader_filename = "pango/pango.h", cname = "PANGO_ATTR_INDEX_FROM_TEXT_BEGINNING")]
        public const int ATTR_INDEX_FROM_TEXT_BEGINNING;
        [CCode (cheader_filename = "pango/pango.h", cname = "PANGO_ENGINE_TYPE_LANG")]