Fix a typo in the docs

svn path=/trunk/; revision=22062
This commit is contained in:
Matthias Clasen 2009-01-05 04:07:00 +00:00
parent 313dec3da7
commit f4ee825f0e
2 changed files with 12 additions and 4 deletions

View File

@ -1,4 +1,11 @@
2009-01-03 Matthias Clasen <mclasen@redhat.com>
2009-01-04 Matthias Clasen <mclasen@redhat.com>
Bug 566568 gtk_tree_model_get_value docs typo
* gtk/gtktreemodel.c (gtk_tree_model_get_value): Fix a typo
in the docs, pointed out by Christian Persch.
2009-01-04 Matthias Clasen <mclasen@redhat.com>
Bug 566391 gtk_about_dialog_set_url_hook should activate
pre-existing website links

View File

@ -1122,9 +1122,10 @@ gtk_tree_model_get_path (GtkTreeModel *tree_model,
* @column: The column to lookup the value at.
* @value: An empty #GValue to set.
*
* Sets initializes and sets @value to that at @column. When done with @value,
* g_value_unset() needs to be called to free any allocated memory.
**/
* Initializes and sets @value to that at @column.
* When done with @value, g_value_unset() needs to be called
* to free any allocated memory.
*/
void
gtk_tree_model_get_value (GtkTreeModel *tree_model,
GtkTreeIter *iter,