After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 78932 - a note about gtk_tree_store_insert_before () and gtk_tree_store_insert_after () docs
a note about gtk_tree_store_insert_before () and gtk_tree_store_insert_after ...
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Documentation
2.0.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2002-04-17 11:07 UTC by Vitaly Tishkov
Modified: 2011-02-04 16:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to merge documentation styles (1.11 KB, patch)
2002-08-05 21:13 UTC, Ross Burton
none Details | Review

Description Vitaly Tishkov 2002-04-17 11:07:38 UTC
After recent fix of #78859 docs for gtk_tree_store_insert_before () and
gtk_tree_store_insert_after () look a bit inconsistent:

gtk_tree_store_insert_before ()
"If sibling is NULL, then the row will be appended to parent 's children."

gtk_tree_store_insert_after ()
"If sibling is NULL, then the row will be prepended to the beginning of the
parent 's children".

Both docs looked like the second one before the fix. 
Should the second one look like the first one now?
Comment 1 Ross Burton 2002-08-05 21:13:29 UTC
Created attachment 10284 [details] [review]
Patch to merge documentation styles
Comment 2 Soren Sandmann Pedersen 2002-08-10 10:12:26 UTC
Applied, thanks