]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-3.0: Update to 3.13.4~b238d556
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 2 Jul 2014 06:41:25 +0000 (08:41 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 2 Jul 2014 06:41:25 +0000 (08:41 +0200)
vapi/gtk+-3.0.vapi
vapi/packages/gtk+-3.0/gtk+-3.0.gi
vapi/packages/gtk+-3.0/gtk+-3.0.metadata

index c13e569b44389ecea4b7e4469d005ab56c58c863..acb5fc4ff254a4430ba9c3f134feaa45955fe4a2 100644 (file)
@@ -823,7 +823,7 @@ namespace Gtk {
                public void set_image (Gtk.Widget image);
                public void set_image_position (Gtk.PositionType position);
                public void set_label (string? label);
-               public void set_relief (Gtk.ReliefStyle newstyle);
+               public void set_relief (Gtk.ReliefStyle relief);
                public void set_use_stock (bool use_stock);
                public void set_use_underline (bool use_underline);
                [CCode (has_construct_function = false, type = "GtkWidget*")]
@@ -1983,6 +1983,7 @@ namespace Gtk {
                [HasEmitter]
                public virtual signal bool insert_prefix (string prefix);
                public virtual signal bool match_selected (Gtk.TreeModel model, Gtk.TreeIter iter);
+               public virtual signal void no_matches ();
        }
        [CCode (cheader_filename = "gtk/gtk.h")]
        public class EntryIconAccessible : Atk.Object, Atk.Action, Atk.Component {
@@ -2006,6 +2007,8 @@ namespace Gtk {
                protected EventController ();
                public Gtk.PropagationPhase get_propagation_phase ();
                public unowned Gtk.Widget get_widget ();
+               public bool handle_event (Gdk.Event event);
+               public void reset ();
                public void set_propagation_phase (Gtk.PropagationPhase phase);
                public Gtk.PropagationPhase propagation_phase { get; set; }
                public Gtk.Widget widget { get; construct; }
@@ -2663,6 +2666,7 @@ namespace Gtk {
                [CCode (has_construct_function = false)]
                public IconTheme ();
                public static void add_builtin_icon (string icon_name, int size, Gdk.Pixbuf pixbuf);
+               public void add_resource_path (string path);
                public void append_search_path (string path);
                public Gtk.IconInfo? choose_icon ([CCode (array_length = false, array_null_terminated = true)] string[] icon_names, int size, Gtk.IconLookupFlags flags);
                public Gtk.IconInfo? choose_icon_for_scale (string[] icon_names, int size, int scale, Gtk.IconLookupFlags flags);
@@ -9137,6 +9141,8 @@ namespace Gtk {
        [CCode (cheader_filename = "gtk/gtk.h")]
        public const string STYLE_CLASS_EXPANDER;
        [CCode (cheader_filename = "gtk/gtk.h")]
+       public const string STYLE_CLASS_FLAT;
+       [CCode (cheader_filename = "gtk/gtk.h")]
        public const string STYLE_CLASS_FRAME;
        [CCode (cheader_filename = "gtk/gtk.h")]
        public const string STYLE_CLASS_GRIP;
index 1a070dc35aec8012d6c6f646d75dcc71c5307b8a..9b8fd5c2c377faf3f660d2602f06075ce69ae35c 100644 (file)
                                <return-type type="void"/>
                                <parameters>
                                        <parameter name="button" type="GtkButton*"/>
-                                       <parameter name="newstyle" type="GtkReliefStyle"/>
+                                       <parameter name="relief" type="GtkReliefStyle"/>
                                </parameters>
                        </method>
                        <method name="set_use_stock" symbol="gtk_button_set_use_stock">
                                        <parameter name="iter" type="GtkTreeIter*"/>
                                </parameters>
                        </signal>
+                       <signal name="no-matches" when="LAST">
+                               <return-type type="void"/>
+                               <parameters>
+                                       <parameter name="completion" type="GtkEntryCompletion*"/>
+                               </parameters>
+                       </signal>
                </object>
                <object name="GtkEntryIconAccessible" parent="AtkObject" type-name="GtkEntryIconAccessible" get-type="gtk_entry_icon_accessible_get_type">
                        <implements>
                                        <parameter name="pixbuf" type="GdkPixbuf*"/>
                                </parameters>
                        </method>
+                       <method name="add_resource_path" symbol="gtk_icon_theme_add_resource_path">
+                               <return-type type="void"/>
+                               <parameters>
+                                       <parameter name="icon_theme" type="GtkIconTheme*"/>
+                                       <parameter name="path" type="gchar*"/>
+                               </parameters>
+                       </method>
                        <method name="append_search_path" symbol="gtk_icon_theme_append_search_path">
                                <return-type type="void"/>
                                <parameters>
                                </parameters>
                        </vfunc>
                </interface>
-               <constant name="GTK_BINARY_AGE" type="int" value="1303"/>
+               <constant name="GTK_BINARY_AGE" type="int" value="1304"/>
                <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="3"/>
+               <constant name="GTK_MICRO_VERSION" type="int" value="4"/>
                <constant name="GTK_MINOR_VERSION" type="int" value="13"/>
                <constant name="GTK_PAPER_NAME_A3" type="char*" value="iso_a3"/>
                <constant name="GTK_PAPER_NAME_A4" type="char*" value="iso_a4"/>
                <constant name="GTK_STYLE_CLASS_ENTRY" type="char*" value="entry"/>
                <constant name="GTK_STYLE_CLASS_ERROR" type="char*" value="error"/>
                <constant name="GTK_STYLE_CLASS_EXPANDER" type="char*" value="expander"/>
+               <constant name="GTK_STYLE_CLASS_FLAT" type="char*" value="flat"/>
                <constant name="GTK_STYLE_CLASS_FRAME" type="char*" value="frame"/>
                <constant name="GTK_STYLE_CLASS_GRIP" type="char*" value="grip"/>
                <constant name="GTK_STYLE_CLASS_HEADER" type="char*" value="header"/>
index 364699ea578da8f4e80ae7cdb0a38704e681510a..55d564a61d4f82dfe225cccdf025b640f298ae30 100644 (file)
@@ -293,8 +293,6 @@ gtk_entry_set_icon_from_gicon.icon nullable="1"
 gtk_entry_set_icon_tooltip_markup.tooltip nullable="1"
 gtk_entry_set_icon_tooltip_text.tooltip nullable="1"
 GtkEventControllerClass hidden="1"
-GtkEventController::handle_event has_emitter="1"
-GtkEventController::reset has_emitter="1"
 gtk_false hidden="1"
 gtk_file_chooser_add_filter.filter transfer_ownership="1"
 gtk_file_chooser_get_current_folder transfer_ownership="1"