forked from AuroraMiddleware/gtk
Fix docs, #62808
Mon Oct 22 20:07:21 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreestore.c (gtk_tree_store_prepend): Fix docs, #62808
This commit is contained in:
parent
c9e39b2a34
commit
74b4914191
@ -1,3 +1,7 @@
|
||||
Mon Oct 22 20:07:21 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreestore.c (gtk_tree_store_prepend): Fix docs, #62808
|
||||
|
||||
Wed Oct 24 22:54:07 2001 Kristian Rietveld <kristian@planet.nl>
|
||||
|
||||
* gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): treat
|
||||
|
@ -1,3 +1,7 @@
|
||||
Mon Oct 22 20:07:21 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreestore.c (gtk_tree_store_prepend): Fix docs, #62808
|
||||
|
||||
Wed Oct 24 22:54:07 2001 Kristian Rietveld <kristian@planet.nl>
|
||||
|
||||
* gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): treat
|
||||
|
@ -1,3 +1,7 @@
|
||||
Mon Oct 22 20:07:21 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreestore.c (gtk_tree_store_prepend): Fix docs, #62808
|
||||
|
||||
Wed Oct 24 22:54:07 2001 Kristian Rietveld <kristian@planet.nl>
|
||||
|
||||
* gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): treat
|
||||
|
@ -1,3 +1,7 @@
|
||||
Mon Oct 22 20:07:21 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreestore.c (gtk_tree_store_prepend): Fix docs, #62808
|
||||
|
||||
Wed Oct 24 22:54:07 2001 Kristian Rietveld <kristian@planet.nl>
|
||||
|
||||
* gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): treat
|
||||
|
@ -1,3 +1,7 @@
|
||||
Mon Oct 22 20:07:21 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreestore.c (gtk_tree_store_prepend): Fix docs, #62808
|
||||
|
||||
Wed Oct 24 22:54:07 2001 Kristian Rietveld <kristian@planet.nl>
|
||||
|
||||
* gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): treat
|
||||
|
@ -1,3 +1,7 @@
|
||||
Mon Oct 22 20:07:21 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreestore.c (gtk_tree_store_prepend): Fix docs, #62808
|
||||
|
||||
Wed Oct 24 22:54:07 2001 Kristian Rietveld <kristian@planet.nl>
|
||||
|
||||
* gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): treat
|
||||
|
@ -1,3 +1,7 @@
|
||||
Mon Oct 22 20:07:21 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreestore.c (gtk_tree_store_prepend): Fix docs, #62808
|
||||
|
||||
Wed Oct 24 22:54:07 2001 Kristian Rietveld <kristian@planet.nl>
|
||||
|
||||
* gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): treat
|
||||
|
@ -1180,7 +1180,7 @@ gtk_tree_store_insert_after (GtkTreeStore *tree_store,
|
||||
* @parent: A valid #GtkTreeIter, or %NULL
|
||||
*
|
||||
* Prepends a new row to @tree_store. If @parent is non-NULL, then it will prepend
|
||||
* the new row before the last child of @parent, otherwise it will prepend a row
|
||||
* the new row before the first child of @parent, otherwise it will prepend a row
|
||||
* to the top level. @iter will be changed to point to this new row. The row
|
||||
* will be empty after this function is called. To fill in values, you need to
|
||||
* call @gtk_tree_store_set or @gtk_tree_store_set_value.
|
||||
|
Loading…
Reference in New Issue
Block a user