diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2018-08-13 16:48:46 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2018-10-22 20:04:19 +0200 |
commit | c8191fc4ce44ba8df0e4a6e6d97f5eb8fc385e08 (patch) | |
tree | a2334cd5e23fb6a71f2b576f73c0aef880f80513 /vapi/packages | |
parent | d6d8a7a5f658ef53d2c4e647c14f1d0ddf42c382 (diff) | |
download | vala-c8191fc4ce44ba8df0e4a6e6d97f5eb8fc385e08.tar.gz |
gobject-2.0,gtk+-*.0: Fix some GLib.Value out/ref parameters
This is required due to GLib.Value being bound as struct.
Diffstat (limited to 'vapi/packages')
-rw-r--r-- | vapi/packages/gtk+-2.0/gtk+-2.0.metadata | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/vapi/packages/gtk+-2.0/gtk+-2.0.metadata b/vapi/packages/gtk+-2.0/gtk+-2.0.metadata index d9c6218a3..e43f08d48 100644 --- a/vapi/packages/gtk+-2.0/gtk+-2.0.metadata +++ b/vapi/packages/gtk+-2.0/gtk+-2.0.metadata @@ -117,6 +117,8 @@ gtk_calendar_set_detail_func.destroy hidden="1" GtkCalendarDetailFunc transfer_ownership="1" GtkCallbackMarshal hidden="1" GtkCell.u hidden="1" +gtk_cell_area_cell_get_property.value is_ref="1" +gtk_cell_area_get_cell_property.value is_ref="1" GtkCellEditable::editing_done has_emitter="1" GtkCellEditable::remove_widget has_emitter="1" gtk_cell_editable_start_editing.event nullable="1" @@ -194,12 +196,14 @@ GtkContainer::composite_name transfer_ownership="1" GtkContainer::remove has_emitter="1" GtkContainer::set_focus_child has_emitter="1" GtkContainer::set_focus_child.widget nullable="1" +gtk_container_child_get_property.value is_ref="1" gtk_container_child_get_valist.var_args type_name="va_list" gtk_container_child_set_valist.var_args type_name="va_list" gtk_container_forall virtual="0" gtk_container_forall.callback_data hidden="1" gtk_container_foreach.callback_data hidden="1" gtk_container_get_children transfer_ownership="1" type_arguments="unowned Widget" +gtk_container_get_child_property.value is_ref="1" gtk_container_get_focus_chain.focusable_widgets is_out="1" takes_ownership="1" type_arguments="unowned Widget" gtk_container_set_focus_chain.focusable_widgets type_arguments="Widget" GtkContainerClass name="pointer" @@ -725,7 +729,7 @@ GtkStyle.bg_pixmap weak="0" gtk_style_clone transfer_ownership="1" gtk_style_copy virtual="0" type_name="Style" transfer_ownership="1" gtk_style_lookup_color.color is_out="1" -gtk_style_get_style_property.value is_out="1" +gtk_style_get_style_property.value is_ref="1" gtk_table_get_size.rows is_out="1" gtk_table_get_size.columns is_out="1" GtkTable.children type_arguments="TableChild" |