From: Rico Tzschichholz Date: Wed, 23 Jul 2014 08:38:04 +0000 (+0200) Subject: gtk+-3.0: Update to 3.13.5 X-Git-Tag: 0.25.1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79cb27600542f3bb8bf596cb5c0262868578efe7;p=thirdparty%2Fvala.git gtk+-3.0: Update to 3.13.5 --- diff --git a/vapi/gtk+-3.0.vapi b/vapi/gtk+-3.0.vapi index 4707464d0..047074795 100644 --- a/vapi/gtk+-3.0.vapi +++ b/vapi/gtk+-3.0.vapi @@ -3134,10 +3134,16 @@ namespace Gtk { [CCode (has_construct_function = false, type = "GtkWidget*")] public ListBoxRow (); public void changed (); + public bool get_activatable (); public unowned Gtk.Widget get_header (); public int get_index (); + public bool get_selectable (); public bool is_selected (); + public void set_activatable (bool activatable); public void set_header (Gtk.Widget? header); + public void set_selectable (bool selectable); + public bool activatable { get; set; } + public bool selectable { get; set; } public virtual signal void activate (); } [CCode (cheader_filename = "gtk/gtk.h")] @@ -6788,6 +6794,7 @@ namespace Gtk { public GLib.Type iter_get_object_type (int pos); public uint iter_get_sibling_index (int pos); public unowned Gtk.WidgetPath iter_get_siblings (int pos); + public Gtk.StateFlags iter_get_state (int pos); public bool iter_has_class (int pos, string name); public bool iter_has_name (int pos, string name); public bool iter_has_qclass (int pos, GLib.Quark qname); @@ -6800,6 +6807,7 @@ namespace Gtk { public void iter_remove_region (int pos, string name); public void iter_set_name (int pos, string name); public void iter_set_object_type (int pos, GLib.Type type); + public void iter_set_state (int pos, Gtk.StateFlags state); public int length (); public void prepend_type (GLib.Type type); public unowned string to_string (); diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0.gi b/vapi/packages/gtk+-3.0/gtk+-3.0.gi index bf943f68a..cc14484ef 100644 --- a/vapi/packages/gtk+-3.0/gtk+-3.0.gi +++ b/vapi/packages/gtk+-3.0/gtk+-3.0.gi @@ -4428,6 +4428,13 @@ + + + + + + + @@ -4524,6 +4531,14 @@ + + + + + + + + @@ -17006,6 +17021,12 @@ + + + + + + @@ -17018,6 +17039,12 @@ + + + + + + @@ -17027,6 +17054,13 @@ + + + + + + + @@ -17034,6 +17068,15 @@ + + + + + + + + + @@ -34943,14 +34986,14 @@ - + - +