gtk+ r22062 - in trunk: . gtk
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r22062 - in trunk: . gtk
- Date: Mon, 5 Jan 2009 04:07:00 +0000 (UTC)
Author: matthiasc
Date: Mon Jan 5 04:07:00 2009
New Revision: 22062
URL: http://svn.gnome.org/viewvc/gtk+?rev=22062&view=rev
Log:
Fix a typo in the docs
Modified:
trunk/ChangeLog
trunk/gtk/gtktreemodel.c
Modified: trunk/gtk/gtktreemodel.c
==============================================================================
--- trunk/gtk/gtktreemodel.c (original)
+++ trunk/gtk/gtktreemodel.c Mon Jan 5 04:07:00 2009
@@ -1122,9 +1122,10 @@
* @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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]