From: Rico Tzschichholz Date: Fri, 30 Aug 2013 07:59:17 +0000 (+0200) Subject: gdk-3.0, gtk+-3.0: Update to 3.9.13+ X-Git-Tag: 0.21.2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22914216c0a56b415e26dac88f659cc9dd8806e8;p=thirdparty%2Fvala.git gdk-3.0, gtk+-3.0: Update to 3.9.13+ --- diff --git a/vapi/gdk-3.0.vapi b/vapi/gdk-3.0.vapi index 7e808d6ef..dead1dfee 100644 --- a/vapi/gdk-3.0.vapi +++ b/vapi/gdk-3.0.vapi @@ -5051,6 +5051,7 @@ namespace Gdk { public void set_keep_below (bool setting); public void set_modal_hint (bool modal); public void set_opacity (double opacity); + public void set_opaque_region (Cairo.Region region); public void set_override_redirect (bool override_redirect); public void set_role (string role); public void set_skip_pager_hint (bool skips_pager); diff --git a/vapi/gtk+-3.0.vapi b/vapi/gtk+-3.0.vapi index 58a6d9f35..d0a9e9ef1 100644 --- a/vapi/gtk+-3.0.vapi +++ b/vapi/gtk+-3.0.vapi @@ -2297,15 +2297,11 @@ namespace Gtk { public void set_subtitle (string? subtitle); public void set_title (string title); public Gtk.Widget custom_title { get; set construct; } - [NoAccessorMethod] - public int hpadding { get; set; } public bool show_close_button { get; set; } [NoAccessorMethod] public int spacing { get; set; } public string subtitle { get; set; } public string title { get; set; } - [NoAccessorMethod] - public int vpadding { get; set; } } [CCode (cheader_filename = "gtk/gtk.h,gtk/gtkimmodule.h")] public class IMContext : GLib.Object { @@ -2705,6 +2701,7 @@ namespace Gtk { public void get_layout_offsets (out int x, out int y); public bool get_line_wrap (); public Pango.WrapMode get_line_wrap_mode (); + public int get_lines (); public int get_max_width_chars (); public uint get_mnemonic_keyval (); public unowned Gtk.Widget get_mnemonic_widget (); @@ -2724,6 +2721,7 @@ namespace Gtk { public void set_label (string str); public void set_line_wrap (bool wrap); public void set_line_wrap_mode (Pango.WrapMode wrap_mode); + public void set_lines (int lines); public void set_markup (string str); public void set_markup_with_mnemonic (string str); public void set_max_width_chars (int n_chars); @@ -2746,6 +2744,7 @@ namespace Gtk { public Pango.EllipsizeMode ellipsize { get; set; } public Gtk.Justification justify { get; set; } public string label { get; set; } + public int lines { get; set; } public int max_width_chars { get; set; } public uint mnemonic_keyval { get; } public Gtk.Widget mnemonic_widget { get; set; } diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0.gi b/vapi/packages/gtk+-3.0/gtk+-3.0.gi index fc9d46850..00b60a731 100644 --- a/vapi/packages/gtk+-3.0/gtk+-3.0.gi +++ b/vapi/packages/gtk+-3.0/gtk+-3.0.gi @@ -13325,12 +13325,10 @@ - - @@ -15045,6 +15043,12 @@ + + + + + + @@ -15182,6 +15186,13 @@ + + + + + + + @@ -15279,6 +15290,7 @@ + @@ -33449,14 +33461,14 @@ - + - +