From: Rico Tzschichholz Date: Mon, 14 Sep 2015 13:05:24 +0000 (+0200) Subject: gtk+-3.0: Update to 3.17.8+d5f17549 X-Git-Tag: 0.30.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8b13004d5495aae938583111d5d8b9198bb7999;p=thirdparty%2Fvala.git gtk+-3.0: Update to 3.17.8+d5f17549 --- diff --git a/vapi/gtk+-3.0.vapi b/vapi/gtk+-3.0.vapi index de0e546b5..c788ae1f7 100644 --- a/vapi/gtk+-3.0.vapi +++ b/vapi/gtk+-3.0.vapi @@ -1620,6 +1620,7 @@ namespace Gtk { public void child_get_property (Gtk.Widget child, string property_name, GLib.Value value); public void child_get_valist (Gtk.Widget child, string first_property_name, va_list var_args); public void child_notify (Gtk.Widget child, string child_property); + public void child_notify_by_pspec (Gtk.Widget child, GLib.ParamSpec pspec); public void child_set (Gtk.Widget child, ...); public void child_set_property (Gtk.Widget child, string property_name, GLib.Value value); public void child_set_valist (Gtk.Widget child, string first_property_name, va_list var_args); @@ -1645,6 +1646,8 @@ namespace Gtk { public Gtk.ResizeMode get_resize_mode (); [CCode (cname = "gtk_container_class_handle_border_width")] public class void handle_border_width (); + [CCode (cname = "gtk_container_class_install_child_properties")] + public class void install_child_properties ([CCode (array_length_pos = 0.5)] GLib.ParamSpec[] pspecs); [CCode (cname = "gtk_container_class_install_child_property")] public class void install_child_property (uint property_id, GLib.ParamSpec pspec); public void propagate_draw (Gtk.Widget child, Cairo.Context cr); @@ -6866,6 +6869,7 @@ namespace Gtk { public bool has_parent (GLib.Type type); public bool is_type (GLib.Type type); public void iter_add_class (int pos, string name); + public void iter_add_qclass (int pos, GLib.Quark qname); public void iter_add_region (int pos, string name, Gtk.RegionFlags flags); public void iter_clear_classes (int pos); public void iter_clear_regions (int pos); diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0.gi b/vapi/packages/gtk+-3.0/gtk+-3.0.gi index c5db7470b..23c855520 100644 --- a/vapi/packages/gtk+-3.0/gtk+-3.0.gi +++ b/vapi/packages/gtk+-3.0/gtk+-3.0.gi @@ -2441,13 +2441,6 @@ - - - - - - - @@ -4413,6 +4406,14 @@ + + + + + + + + @@ -10912,6 +10913,14 @@ + + + + + + + + @@ -10957,6 +10966,14 @@ + + + + + + + + @@ -35750,14 +35767,14 @@ - + - + diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0.metadata b/vapi/packages/gtk+-3.0/gtk+-3.0.metadata index 88df6ed80..2ce636a46 100644 --- a/vapi/packages/gtk+-3.0/gtk+-3.0.metadata +++ b/vapi/packages/gtk+-3.0/gtk+-3.0.metadata @@ -329,6 +329,8 @@ gtk_container_get_focus_chain.focusable_widgets is_out="1" takes_ownership="1" t gtk_container_get_path_for_child transfer_ownership="1" gtk_container_set_focus_chain.focusable_widgets type_arguments="Widget" gtk_container_cell_accessible_get_children type_arguments="CellAccessible" +gtk_container_class_install_child_properties.n_pspecs hidden="1" +gtk_container_class_install_child_properties.pspecs is_array="1" array_length_pos="0.5" gtk_css_provider_get_named.variant nullable="1" gtk_css_provider_to_string transfer_ownership="1" gtk_css_section_get_parent nullable="1" @@ -1793,7 +1795,6 @@ gtk_widget_path_iter_has_qregion.flags is_out="1" gtk_widget_path_iter_list_classes transfer_ownership="1" type_arguments="unowned string" gtk_widget_path_iter_list_regions transfer_ownership="1" type_arguments="unowned string" gtk_widget_path_to_string transfer_ownership="1" -GtkWidgetAuxInfo hidden="1" gtk_render_activity deprecated_since="vala-0.16" replacement="StyleContext.render_activity" gtk_render_arrow deprecated_since="vala-0.16" replacement="StyleContext.render_arrow" gtk_render_background deprecated_since="vala-0.16" replacement="StyleContext.render_background"