From: Rico Tzschichholz Date: Wed, 18 Sep 2013 09:41:04 +0000 (+0200) Subject: gtk+-3.0: Update to 3.9.16 X-Git-Tag: 0.22.0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90babf2fd336bd7ea51ea680be7c592dc7a0043a;p=thirdparty%2Fvala.git gtk+-3.0: Update to 3.9.16 --- diff --git a/vapi/gtk+-3.0.vapi b/vapi/gtk+-3.0.vapi index 982d67a2c..797997d48 100644 --- a/vapi/gtk+-3.0.vapi +++ b/vapi/gtk+-3.0.vapi @@ -1562,7 +1562,7 @@ namespace Gtk { public virtual signal void popup (); } [CCode (cheader_filename = "gtk/gtk.h")] - public class ComboBoxAccessible : Gtk.ContainerAccessible, Atk.Component, Atk.Action { + public class ComboBoxAccessible : Gtk.ContainerAccessible, Atk.Component, Atk.Action, Atk.Selection { [CCode (has_construct_function = false)] protected ComboBoxAccessible (); } @@ -2896,6 +2896,7 @@ namespace Gtk { public unowned Gtk.Widget get_header (); public int get_index (); public void set_header (Gtk.Widget? header); + public virtual signal void activate (); } [CCode (cheader_filename = "gtk/gtk.h")] public class ListStore : GLib.Object, Gtk.TreeModel, Gtk.TreeDragSource, Gtk.TreeDragDest, Gtk.TreeSortable, Gtk.Buildable { @@ -7420,7 +7421,8 @@ namespace Gtk { SIZE_REQUEST, NO_CSS_CACHE, BASELINES, - PIXEL_CACHE + PIXEL_CACHE, + NO_PIXEL_CACHE } [CCode (cheader_filename = "gtk/gtk.h", cprefix = "GTK_DELETE_")] public enum DeleteType { diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0.gi b/vapi/packages/gtk+-3.0/gtk+-3.0.gi index ebabbf441..6a8dfde2f 100644 --- a/vapi/packages/gtk+-3.0/gtk+-3.0.gi +++ b/vapi/packages/gtk+-3.0/gtk+-3.0.gi @@ -5170,6 +5170,7 @@ + @@ -10441,6 +10442,7 @@ + @@ -15844,6 +15846,12 @@ + + + + + + @@ -33461,14 +33469,14 @@ - + - +