[vala] gdk-3.0, gtk+-3.0: Update to 3.9.13+



commit 22914216c0a56b415e26dac88f659cc9dd8806e8
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Fri Aug 30 09:59:17 2013 +0200

    gdk-3.0, gtk+-3.0: Update to 3.9.13+

 vapi/gdk-3.0.vapi                  |    1 +
 vapi/gtk+-3.0.vapi                 |    7 +++----
 vapi/packages/gtk+-3.0/gtk+-3.0.gi |   20 ++++++++++++++++----
 3 files changed, 20 insertions(+), 8 deletions(-)
---
diff --git a/vapi/gdk-3.0.vapi b/vapi/gdk-3.0.vapi
index 7e808d6..dead1df 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 58a6d9f..d0a9e9e 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 fc9d468..00b60a7 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 @@
                                </parameters>
                        </method>
                        <property name="custom-title" type="GtkWidget*" readable="1" writable="1" 
construct="1" construct-only="0"/>
-                       <property name="hpadding" type="gint" readable="1" writable="1" construct="0" 
construct-only="0"/>
                        <property name="show-close-button" type="gboolean" readable="1" writable="1" 
construct="0" construct-only="0"/>
                        <property name="spacing" type="gint" readable="1" writable="1" construct="0" 
construct-only="0"/>
                        <property name="subtitle" type="char*" readable="1" writable="1" construct="0" 
construct-only="0"/>
                        <property name="title" type="char*" readable="1" writable="1" construct="0" 
construct-only="0"/>
-                       <property name="vpadding" type="gint" readable="1" writable="1" construct="0" 
construct-only="0"/>
                </object>
                <object name="GtkIMContext" parent="GObject" type-name="GtkIMContext" 
get-type="gtk_im_context_get_type">
                        <method name="delete_surrounding" symbol="gtk_im_context_delete_surrounding">
@@ -15045,6 +15043,12 @@
                                        <parameter name="label" type="GtkLabel*"/>
                                </parameters>
                        </method>
+                       <method name="get_lines" symbol="gtk_label_get_lines">
+                               <return-type type="gint"/>
+                               <parameters>
+                                       <parameter name="label" type="GtkLabel*"/>
+                               </parameters>
+                       </method>
                        <method name="get_max_width_chars" symbol="gtk_label_get_max_width_chars">
                                <return-type type="gint"/>
                                <parameters>
@@ -15182,6 +15186,13 @@
                                        <parameter name="wrap_mode" type="PangoWrapMode"/>
                                </parameters>
                        </method>
+                       <method name="set_lines" symbol="gtk_label_set_lines">
+                               <return-type type="void"/>
+                               <parameters>
+                                       <parameter name="label" type="GtkLabel*"/>
+                                       <parameter name="lines" type="gint"/>
+                               </parameters>
+                       </method>
                        <method name="set_markup" symbol="gtk_label_set_markup">
                                <return-type type="void"/>
                                <parameters>
@@ -15279,6 +15290,7 @@
                        <property name="ellipsize" type="PangoEllipsizeMode" readable="1" writable="1" 
construct="0" construct-only="0"/>
                        <property name="justify" type="GtkJustification" readable="1" writable="1" 
construct="0" construct-only="0"/>
                        <property name="label" type="char*" readable="1" writable="1" construct="0" 
construct-only="0"/>
+                       <property name="lines" type="gint" readable="1" writable="1" construct="0" 
construct-only="0"/>
                        <property name="max-width-chars" type="gint" readable="1" writable="1" construct="0" 
construct-only="0"/>
                        <property name="mnemonic-keyval" type="guint" readable="1" writable="0" construct="0" 
construct-only="0"/>
                        <property name="mnemonic-widget" type="GtkWidget*" readable="1" writable="1" 
construct="0" construct-only="0"/>
@@ -33449,14 +33461,14 @@
                                </parameters>
                        </vfunc>
                </interface>
-               <constant name="GTK_BINARY_AGE" type="int" value="912"/>
+               <constant name="GTK_BINARY_AGE" type="int" value="913"/>
                <constant name="GTK_INPUT_ERROR" type="int" value="-1"/>
                <constant name="GTK_INTERFACE_AGE" type="int" value="0"/>
                <constant name="GTK_LEVEL_BAR_OFFSET_HIGH" type="char*" value="high"/>
                <constant name="GTK_LEVEL_BAR_OFFSET_LOW" type="char*" value="low"/>
                <constant name="GTK_MAJOR_VERSION" type="int" value="3"/>
                <constant name="GTK_MAX_COMPOSE_LEN" type="int" value="7"/>
-               <constant name="GTK_MICRO_VERSION" type="int" value="12"/>
+               <constant name="GTK_MICRO_VERSION" type="int" value="13"/>
                <constant name="GTK_MINOR_VERSION" type="int" value="9"/>
                <constant name="GTK_PAPER_NAME_A3" type="char*" value="iso_a3"/>
                <constant name="GTK_PAPER_NAME_A4" type="char*" value="iso_a4"/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]