[vala/0.48] vapi: Update GIR-based bindings
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.48] vapi: Update GIR-based bindings
- Date: Mon, 20 Apr 2020 17:44:05 +0000 (UTC)
commit c68011fa38cdeebe4d2940bd2146ccd1694c41c6
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Sat Apr 18 13:10:34 2020 +0200
vapi: Update GIR-based bindings
vapi/gst-editing-services-1.0.vapi | 1 +
vapi/gtk+-3.0.vapi | 6 +++++-
vapi/harfbuzz-gobject.vapi | 6 +-----
3 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/vapi/gst-editing-services-1.0.vapi b/vapi/gst-editing-services-1.0.vapi
index 90b791846..22f15ac3b 100644
--- a/vapi/gst-editing-services-1.0.vapi
+++ b/vapi/gst-editing-services-1.0.vapi
@@ -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]
diff --git a/vapi/gtk+-3.0.vapi b/vapi/gtk+-3.0.vapi
index ca79fc65d..7350bbedf 100644
--- a/vapi/gtk+-3.0.vapi
+++ b/vapi/gtk+-3.0.vapi
@@ -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 {
diff --git a/vapi/harfbuzz-gobject.vapi b/vapi/harfbuzz-gobject.vapi
index 43b805b9e..f0b31d760 100644
--- a/vapi/harfbuzz-gobject.vapi
+++ b/vapi/harfbuzz-gobject.vapi
@@ -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")]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]