fixed docs

2001-12-04  Matt Wilson  <msw@redhat.com>

	* gtk/gtktreestore.c (gtk_tree_store_insert): fixed docs
This commit is contained in:
Matt Wilson 2001-12-04 20:12:42 +00:00 committed by Matt Wilson
parent b36b22988c
commit f27cf774c6
8 changed files with 31 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2001-12-04 Matt Wilson <msw@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_insert): fixed docs
Tue Dec 4 12:16:31 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtksettings.c (gtk_settings_set_property_value):

View File

@ -1,3 +1,7 @@
2001-12-04 Matt Wilson <msw@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_insert): fixed docs
Tue Dec 4 12:16:31 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtksettings.c (gtk_settings_set_property_value):

View File

@ -1,3 +1,7 @@
2001-12-04 Matt Wilson <msw@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_insert): fixed docs
Tue Dec 4 12:16:31 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtksettings.c (gtk_settings_set_property_value):

View File

@ -1,3 +1,7 @@
2001-12-04 Matt Wilson <msw@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_insert): fixed docs
Tue Dec 4 12:16:31 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtksettings.c (gtk_settings_set_property_value):

View File

@ -1,3 +1,7 @@
2001-12-04 Matt Wilson <msw@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_insert): fixed docs
Tue Dec 4 12:16:31 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtksettings.c (gtk_settings_set_property_value):

View File

@ -1,3 +1,7 @@
2001-12-04 Matt Wilson <msw@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_insert): fixed docs
Tue Dec 4 12:16:31 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtksettings.c (gtk_settings_set_property_value):

View File

@ -1,3 +1,7 @@
2001-12-04 Matt Wilson <msw@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_insert): fixed docs
Tue Dec 4 12:16:31 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtksettings.c (gtk_settings_set_property_value):

View File

@ -1047,7 +1047,7 @@ gtk_tree_store_remove (GtkTreeStore *tree_store,
/**
* gtk_tree_store_insert:
* @tree_store: A #GtkListStore
* @tree_store: A #GtkTreeStore
* @iter: An unset #GtkTreeIter to set to the new row
* @parent: A valid #GtkTreeIter, or %NULL
* @position: position to insert the new row
@ -1057,8 +1057,8 @@ gtk_tree_store_remove (GtkTreeStore *tree_store,
* If @position is larger than the number of rows at that level, then the new
* row will be inserted to the end of the list. @iter will be changed to point
* to this new row. The row will be empty before this function is called. To
* fill in values, you need to call gtk_list_store_set() or
* gtk_list_store_set_value().
* fill in values, you need to call gtk_tree_store_set() or
* gtk_tree_store_set_value().
*
**/
void