]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gdk-3.0, gtk+-3.0: Update to 3.9.13+
authorRico Tzschichholz <ricotz@ubuntu.com>
Fri, 30 Aug 2013 07:59:17 +0000 (09:59 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Fri, 30 Aug 2013 07:59:17 +0000 (09:59 +0200)
vapi/gdk-3.0.vapi
vapi/gtk+-3.0.vapi
vapi/packages/gtk+-3.0/gtk+-3.0.gi

index 7e808d6ef2093d6eed6ae70f3bafc2dace5cbfae..dead1dfeebd53cd4fcc3045bcd748e7f0758fb00 100644 (file)
@@ -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);
index 58a6d9f35c558fa9ace0b6645e98252670bf13ea..d0a9e9ef1f8803797763eb1a68ff48e64ebdf330 100644 (file)
@@ -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; }
index fc9d468503bbeb510d87d9c3913ff280b0f26d49..00b60a731b23f477d4d6d9716d98aefb046bf18b 100644 (file)
                                </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">
                                        <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>
                                        <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>
                        <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"/>
                                </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"/>