summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2015-09-14 15:05:24 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2015-09-14 15:05:24 +0200
commitc8b13004d5495aae938583111d5d8b9198bb7999 (patch)
tree92f9b2494e62a5671897d9afba477888b50560ee
parent85901b0578146d5d34bd4fca4c089782e7bb13cd (diff)
downloadvala-c8b13004d5495aae938583111d5d8b9198bb7999.tar.gz
gtk+-3.0: Update to 3.17.8+d5f17549
-rw-r--r--vapi/gtk+-3.0.vapi4
-rw-r--r--vapi/packages/gtk+-3.0/gtk+-3.0.gi35
-rw-r--r--vapi/packages/gtk+-3.0/gtk+-3.0.metadata3
3 files changed, 32 insertions, 10 deletions
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 @@
<field name="callback" type="GCallback"/>
<field name="is_active" type="gboolean"/>
</struct>
- <struct name="GtkWidgetAuxInfo">
- <field name="width" type="gint"/>
- <field name="height" type="gint"/>
- <field name="halign" type="guint"/>
- <field name="valign" type="guint"/>
- <field name="margin" type="GtkBorder"/>
- </struct>
<struct name="GtkWindowGeometryInfo">
</struct>
<boxed name="GtkBorder" type-name="GtkBorder" get-type="gtk_border_get_type">
@@ -4413,6 +4406,14 @@
<parameter name="name" type="gchar*"/>
</parameters>
</method>
+ <method name="iter_add_qclass" symbol="gtk_widget_path_iter_add_qclass">
+ <return-type type="void"/>
+ <parameters>
+ <parameter name="path" type="GtkWidgetPath*"/>
+ <parameter name="pos" type="gint"/>
+ <parameter name="qname" type="GQuark"/>
+ </parameters>
+ </method>
<method name="iter_add_region" symbol="gtk_widget_path_iter_add_region">
<return-type type="void"/>
<parameters>
@@ -10912,6 +10913,14 @@
<parameter name="child_property" type="gchar*"/>
</parameters>
</method>
+ <method name="child_notify_by_pspec" symbol="gtk_container_child_notify_by_pspec">
+ <return-type type="void"/>
+ <parameters>
+ <parameter name="container" type="GtkContainer*"/>
+ <parameter name="child" type="GtkWidget*"/>
+ <parameter name="pspec" type="GParamSpec*"/>
+ </parameters>
+ </method>
<method name="child_set" symbol="gtk_container_child_set">
<return-type type="void"/>
<parameters>
@@ -10957,6 +10966,14 @@
<parameter name="klass" type="GtkContainerClass*"/>
</parameters>
</method>
+ <method name="class_install_child_properties" symbol="gtk_container_class_install_child_properties">
+ <return-type type="void"/>
+ <parameters>
+ <parameter name="cclass" type="GtkContainerClass*"/>
+ <parameter name="n_pspecs" type="guint"/>
+ <parameter name="pspecs" type="GParamSpec**"/>
+ </parameters>
+ </method>
<method name="class_install_child_property" symbol="gtk_container_class_install_child_property">
<return-type type="void"/>
<parameters>
@@ -35750,14 +35767,14 @@
</parameters>
</vfunc>
</interface>
- <constant name="GTK_BINARY_AGE" type="int" value="1707"/>
+ <constant name="GTK_BINARY_AGE" type="int" value="1708"/>
<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="7"/>
+ <constant name="GTK_MICRO_VERSION" type="int" value="8"/>
<constant name="GTK_MINOR_VERSION" type="int" value="17"/>
<constant name="GTK_PAPER_NAME_A3" type="char*" value="iso_a3"/>
<constant name="GTK_PAPER_NAME_A4" type="char*" value="iso_a4"/>
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"