Fix up g_tree_foreach docs

This commit is contained in:
Matthias Clasen 2012-09-23 01:58:44 -04:00
parent d9f8381aa8
commit 6283f801b0

View File

@ -888,8 +888,8 @@ g_tree_lookup_extended (GTree *tree,
/**
* g_tree_foreach:
* @tree: a #GTree.
* @func: the function to call for each node visited. If this function
* returns %TRUE, the traversal is stopped.
* @func: the function to call for each node visited.
* If this function returns %TRUE, the traversal is stopped.
* @user_data: user data to pass to the function.
*
* Calls the given function for each of the key/value pairs in the #GTree.