]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
vapi: Update GIR-based bindings
authorRico Tzschichholz <ricotz@ubuntu.com>
Sat, 18 Apr 2020 11:10:34 +0000 (13:10 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sat, 18 Apr 2020 11:10:34 +0000 (13:10 +0200)
vapi/gst-editing-services-1.0.vapi
vapi/gtk+-3.0.vapi
vapi/harfbuzz-gobject.vapi

index 90b79184681222cb080bed4309a300e3f1017c5e..22f15ac3b34df5d2560e6f33b6d3443952e39c1b 100644 (file)
@@ -93,6 +93,7 @@ namespace GES {
                [CCode (has_construct_function = false)]
                protected Clip ();
                public unowned GES.TrackElement? add_asset (GES.Asset asset);
+               public unowned GES.TrackElement add_child_to_track (GES.TrackElement child, GES.Track track) throws GLib.Error;
                [NoWrapper]
                public virtual unowned GES.TrackElement? create_track_element (GES.TrackType type);
                [NoWrapper]
index ca79fc65d5e757e24c398915f1965237002bd9c3..7350bbedfbf7887082d3d75445bc65ac37724634 100644 (file)
@@ -10240,6 +10240,7 @@ namespace Gtk {
                public virtual signal bool enable_debugging (bool toggle);
                public virtual signal void keys_changed ();
                [HasEmitter]
+               [Version (since = "2.24")]
                public virtual signal void set_focus (Gtk.Widget? focus);
        }
        [CCode (cheader_filename = "gtk/gtk.h,gtk/gtk-a11y.h", type_id = "gtk_window_accessible_get_type ()")]
@@ -11539,7 +11540,10 @@ namespace Gtk {
                LGPL_2_1_ONLY,
                LGPL_3_0_ONLY,
                AGPL_3_0,
-               AGPL_3_0_ONLY
+               AGPL_3_0_ONLY,
+               BSD_3,
+               APACHE_2_0,
+               MPL_2_0
        }
        [CCode (cheader_filename = "gtk/gtk.h", cprefix = "GTK_MENU_DIR_", type_id = "gtk_menu_direction_type_get_type ()")]
        public enum MenuDirectionType {
index 43b805b9ed0fb85f9294166872ddae27bf8dbf27..f0b31d7605e3734ed26a65ede811848d11aac530 100644 (file)
@@ -265,7 +265,6 @@ namespace HarfBuzz {
                public static void get_scale (HarfBuzz.Font font, out int x_scale, out int y_scale);
                [Version (since = "1.1.3")]
                public static HarfBuzz.Bool get_v_extents (HarfBuzz.Font font, out HarfBuzz.FontExtents extents);
-               public static float get_var_coords_design (HarfBuzz.Font font, uint length);
                [Version (since = "1.4.2")]
                public static int get_var_coords_normalized (HarfBuzz.Font font, uint length);
                [Version (since = "1.2.3")]
@@ -1631,6 +1630,7 @@ namespace HarfBuzz {
        [Version (since = "1.0.5")]
        public static void ft_font_set_load_flags (HarfBuzz.Font font, int load_flags);
        [CCode (cheader_filename = "hb-gobject.h")]
+       [Version (since = "2.6.5")]
        public static void ft_font_unlock_face (HarfBuzz.Font font);
        [CCode (cheader_filename = "hb-gobject.h")]
        [Version (since = "0.9.38")]
@@ -1669,10 +1669,6 @@ namespace HarfBuzz {
        [Version (since = "0.9.28")]
        public static void ot_font_set_funcs (HarfBuzz.Font font);
        [CCode (cheader_filename = "hb-gobject.h")]
-       public static void ot_layout_closure_features (HarfBuzz.Face face, HarfBuzz.Tag table_tag, HarfBuzz.Map lookup_indexes, out unowned HarfBuzz.Set feature_indexes);
-       [CCode (cheader_filename = "hb-gobject.h")]
-       public static void ot_layout_closure_lookups (HarfBuzz.Face face, HarfBuzz.Tag table_tag, HarfBuzz.Set glyphs, ref HarfBuzz.Set lookup_indexes);
-       [CCode (cheader_filename = "hb-gobject.h")]
        [Version (since = "1.8.5")]
        public static void ot_layout_collect_features (HarfBuzz.Face face, HarfBuzz.Tag table_tag, HarfBuzz.Tag scripts, HarfBuzz.Tag languages, HarfBuzz.Tag features, out unowned HarfBuzz.Set feature_indexes);
        [CCode (cheader_filename = "hb-gobject.h")]