From: Rico Tzschichholz Date: Wed, 5 Aug 2015 08:41:08 +0000 (+0200) Subject: gtk+-3.0: Update to 3.17.5+e34ab356 X-Git-Tag: 0.29.3~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=731a010dd62b31be0d118a3584abc26cf2aab46c;p=thirdparty%2Fvala.git gtk+-3.0: Update to 3.17.5+e34ab356 --- diff --git a/vapi/gtk+-3.0.vapi b/vapi/gtk+-3.0.vapi index 342d59324..6a6b53a9f 100644 --- a/vapi/gtk+-3.0.vapi +++ b/vapi/gtk+-3.0.vapi @@ -5238,7 +5238,8 @@ namespace Gtk { public uint bg_full_height; public Gtk.TextDirection direction; public uint editable; - public weak Pango.FontDescription font; + public Pango.FontDescription font; + public string font_features; public double font_scale; public int indent; public uint invisible; @@ -5247,8 +5248,6 @@ namespace Gtk { public int left_margin; public int letter_spacing; public uint no_fallback; - [CCode (array_length = false)] - public weak uint[] padding; public Gdk.Color pg_bg_color; public Gdk.RGBA pg_bg_rgba; public int pixels_above_lines; @@ -5256,7 +5255,7 @@ namespace Gtk { public int pixels_inside_wrap; public uint refcount; public int right_margin; - public weak Pango.TabArray tabs; + public Pango.TabArray tabs; public Gtk.WrapMode wrap_mode; [CCode (has_construct_function = false)] public TextAttributes (); @@ -5434,6 +5433,10 @@ namespace Gtk { [NoAccessorMethod] public Pango.FontDescription font_desc { owned get; set; } [NoAccessorMethod] + public string font_features { owned get; set; } + [NoAccessorMethod] + public bool font_features_set { get; set; } + [NoAccessorMethod] public string foreground { set; } [Deprecated (replacement = "foreground_rgba", since = "3.4")] [NoAccessorMethod] @@ -6648,7 +6651,7 @@ namespace Gtk { public void set_direction (Gtk.TextDirection dir); public void set_double_buffered (bool double_buffered); public void set_events (int events); - public void set_font_map (Pango.FontMap fontmap); + public void set_font_map (Pango.FontMap font_map); public void set_font_options (Cairo.FontOptions? options); public void set_halign (Gtk.Align align); public void set_has_tooltip (bool has_tooltip); @@ -6895,6 +6898,7 @@ namespace Gtk { public void close (); public void deiconify (); public void fullscreen (); + public void fullscreen_on_monitor (Gdk.Screen screen, int monitor); public bool get_accept_focus (); public unowned Gtk.Application get_application (); public unowned Gtk.Widget get_attached_to (); diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0.gi b/vapi/packages/gtk+-3.0/gtk+-3.0.gi index 76fcd5603..5980184c7 100644 --- a/vapi/packages/gtk+-3.0/gtk+-3.0.gi +++ b/vapi/packages/gtk+-3.0/gtk+-3.0.gi @@ -3510,7 +3510,7 @@ - + @@ -25523,6 +25523,8 @@ + + @@ -31071,7 +31073,7 @@ - + @@ -32202,6 +32204,14 @@ + + + + + + + + diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0.metadata b/vapi/packages/gtk+-3.0/gtk+-3.0.metadata index 2e02a5f84..0f4dcf0b5 100644 --- a/vapi/packages/gtk+-3.0/gtk+-3.0.metadata +++ b/vapi/packages/gtk+-3.0/gtk+-3.0.metadata @@ -1176,7 +1176,10 @@ gtk_text_attributes_copy transfer_ownership="1" GtkTextAppearance is_value_type="1" GtkTextAppearance.rgba weak="0" GtkTextAttributes.appearance weak="0" +GtkTextAttributes.font weak="0" +GtkTextAttributes.font_features weak="0" GtkTextAttributes.language weak="0" +GtkTextAttributes.tabs weak="0" gtk_text_buffer_delete.start is_ref="1" gtk_text_buffer_delete.end is_ref="1" gtk_text_buffer_delete_interactive.start_iter is_ref="1"