[vala/0.10] gtk+-2.0: Fix TreeModelFilter.set_modify_func
- From: Jürg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.10] gtk+-2.0: Fix TreeModelFilter.set_modify_func
- Date: Sat, 12 Mar 2011 15:12:40 +0000 (UTC)
commit f0d68f10a1ff9337191af80eed3ac7fe77f06628
Author: Michal Hruby <michal mhr gmail com>
Date: Thu Mar 10 23:19:35 2011 +0100
gtk+-2.0: Fix TreeModelFilter.set_modify_func
Fixes bug 643852.
vapi/gtk+-2.0.vapi | 2 +-
vapi/packages/gtk+-2.0/gtk+-2.0.metadata | 2 ++
2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/vapi/gtk+-2.0.vapi b/vapi/gtk+-2.0.vapi
index 1b3e926..ff553da 100644
--- a/vapi/gtk+-2.0.vapi
+++ b/vapi/gtk+-2.0.vapi
@@ -4757,7 +4757,7 @@ namespace Gtk {
public unowned Gtk.TreePath convert_path_to_child_path (Gtk.TreePath filter_path);
public unowned Gtk.TreeModel get_model ();
public void refilter ();
- public void set_modify_func (int n_columns, GLib.Type[] types, owned Gtk.TreeModelFilterModifyFunc func);
+ public void set_modify_func ([CCode (array_length_pos = 0.9)] GLib.Type[] types, owned Gtk.TreeModelFilterModifyFunc func);
public void set_visible_column (int column);
public void set_visible_func (owned Gtk.TreeModelFilterVisibleFunc func);
[NoAccessorMethod]
diff --git a/vapi/packages/gtk+-2.0/gtk+-2.0.metadata b/vapi/packages/gtk+-2.0/gtk+-2.0.metadata
index 215630c..9896afd 100644
--- a/vapi/packages/gtk+-2.0/gtk+-2.0.metadata
+++ b/vapi/packages/gtk+-2.0/gtk+-2.0.metadata
@@ -658,6 +658,8 @@ GtkTreeModel::row_inserted has_emitter="1"
GtkTreeModel::rows_reordered has_emitter="1"
gtk_tree_model_filter_convert_child_iter_to_iter.filter_iter is_out="1"
gtk_tree_model_filter_convert_iter_to_child_iter.child_iter is_out="1"
+gtk_tree_model_filter_set_modify_func.n_columns hidden="1"
+gtk_tree_model_filter_set_modify_func.types array_length_pos="0.9"
gtk_tree_model_filter_set_modify_func.func transfer_ownership="1"
gtk_tree_model_filter_set_modify_func.data hidden="1"
gtk_tree_model_filter_set_modify_func.destroy hidden="1"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]