perl-Gtk2 r2101 - in branches/stable-1-20: . xs



Author: tsch
Date: Tue Dec 30 14:49:00 2008
New Revision: 2101
URL: http://svn.gnome.org/viewvc/perl-Gtk2?rev=2101&view=rev

Log:
Merge r2100 from trunk.


Modified:
   branches/stable-1-20/   (props changed)
   branches/stable-1-20/ChangeLog
   branches/stable-1-20/xs/GtkTreeModel.xs

Modified: branches/stable-1-20/xs/GtkTreeModel.xs
==============================================================================
--- branches/stable-1-20/xs/GtkTreeModel.xs	(original)
+++ branches/stable-1-20/xs/GtkTreeModel.xs	Tue Dec 30 14:49:00 2008
@@ -1317,8 +1317,11 @@
 ## void gtk_tree_model_foreach (GtkTreeModel *model, GtkTreeModelForeachFunc func, gpointer user_data)
 =for apidoc
 =for arg func (subroutine)
-Call I<$func> on each row in I<$model>.  I<$func> gets the tree path and iter
-of the current row; if I<$func> returns true, the tree ceases to be walked,
+Call I<$func> on each row in I<$model> as
+
+    bool = &$func ($model, $path, $iter, $user_data)
+
+If I<$func> returns true, the tree ceases to be walked,
 and C<< $treemodel->foreach >> returns.
 =cut
 void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]