From: Rico Tzschichholz Date: Wed, 17 Dec 2014 16:51:15 +0000 (+0100) Subject: gtk+-3.0: Update to 3.15.3 X-Git-Tag: 0.27.1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f09a52aae82627dddda507adc36f00cb3893b0b7;p=thirdparty%2Fvala.git gtk+-3.0: Update to 3.15.3 --- diff --git a/vapi/gtk+-3.0.vapi b/vapi/gtk+-3.0.vapi index aeb2cde28..f980fc6dc 100644 --- a/vapi/gtk+-3.0.vapi +++ b/vapi/gtk+-3.0.vapi @@ -6411,6 +6411,7 @@ namespace Gtk { public class unowned GLib.ParamSpec find_style_property (string property_name); public void freeze_child_notify (); public virtual unowned Atk.Object get_accessible (); + public unowned GLib.ActionGroup? get_action_group (string prefix); public int get_allocated_baseline (); public int get_allocated_height (); public int get_allocated_width (); @@ -6528,6 +6529,8 @@ namespace Gtk { public bool is_toplevel (); public bool is_visible (); public GLib.List list_accel_closures (); + [CCode (array_length = false, array_null_terminated = true)] + public string*[] list_action_prefixes (); public GLib.List list_mnemonic_labels (); [CCode (cname = "gtk_widget_class_list_style_properties")] public class unowned GLib.ParamSpec list_style_properties (uint n_properties); @@ -7294,6 +7297,7 @@ namespace Gtk { } [CCode (cheader_filename = "gtk/gtk.h", type_cname = "GtkScrollableInterface")] public interface Scrollable : GLib.Object { + public abstract bool get_border (out Gtk.Border border); public unowned Gtk.Adjustment get_hadjustment (); public Gtk.ScrollablePolicy get_hscroll_policy (); public unowned Gtk.Adjustment get_vadjustment (); @@ -9327,6 +9331,8 @@ namespace Gtk { [CCode (cheader_filename = "gtk/gtk.h")] public const string STYLE_CLASS_TROUGH; [CCode (cheader_filename = "gtk/gtk.h")] + public const string STYLE_CLASS_UNDERSHOOT; + [CCode (cheader_filename = "gtk/gtk.h")] public const string STYLE_CLASS_VERTICAL; [CCode (cheader_filename = "gtk/gtk.h")] public const string STYLE_CLASS_VIEW; diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0.gi b/vapi/packages/gtk+-3.0/gtk+-3.0.gi index e793c8da0..90dbbb3cb 100644 --- a/vapi/packages/gtk+-3.0/gtk+-3.0.gi +++ b/vapi/packages/gtk+-3.0/gtk+-3.0.gi @@ -29792,6 +29792,13 @@ + + + + + + + @@ -30431,6 +30438,12 @@ + + + + + + @@ -34613,6 +34626,13 @@ + + + + + + + @@ -34669,6 +34689,13 @@ + + + + + + + @@ -35373,14 +35400,14 @@ - + - + @@ -35607,6 +35634,7 @@ + diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0.metadata b/vapi/packages/gtk+-3.0/gtk+-3.0.metadata index 17028ac4c..e9378c864 100644 --- a/vapi/packages/gtk+-3.0/gtk+-3.0.metadata +++ b/vapi/packages/gtk+-3.0/gtk+-3.0.metadata @@ -912,6 +912,7 @@ gtk_scale_get_layout_offsets.x is_out="1" gtk_scale_get_layout_offsets.y is_out="1" GtkScale::format_value transfer_ownership="1" GtkScrollable type_cname="GtkScrollableInterface" +gtk_scrollable_get_border.border is_out="1" gtk_scrollbar_new.adjustment nullable="1" gtk_scrolled_window_get_policy.hscrollbar_policy is_out="1" gtk_scrolled_window_get_policy.vscrollbar_policy is_out="1" @@ -1436,6 +1437,7 @@ gtk_widget_dispatch_child_properties_changed.n_pspecs hidden="1" gtk_widget_dispatch_child_properties_changed.pspecs is_array="1" array_length_pos="0.5" array_length_cname="n_pspecs" is_out="1" transfer_ownership="1" gtk_widget_ensure_style deprecated_since="3.0" replacement="StyleContext" GtkWidget::event has_emitter="1" +gtk_widget_get_action_group nullable="1" gtk_widget_get_allocation.allocation is_out="1" gtk_widget_get_child_requisition deprecated_since="3.0" replacement="get_preferred_size" gtk_widget_get_child_requisition.requisition is_out="1" @@ -1466,6 +1468,7 @@ gtk_widget_input_shape_combine_region.region nullable="1" gtk_widget_intersect.intersection nullable="1" gtk_widget_is_focus hidden="1" experimental="1" gtk_widget_list_accel_closures transfer_ownership="1" type_arguments="unowned GLib.Closure" +gtk_widget_list_action_prefixes type_name="string*[]" transfer_ownership="1" no_array_length="1" array_null_terminated="1" gtk_widget_list_mnemonic_labels transfer_ownership="1" type_arguments="unowned Widget" gtk_widget_modify_base deprecated_since="3.0" replacement="override_background_color" gtk_widget_modify_base.color nullable="1"