GNOME Bugzilla – Bug 78932
a note about gtk_tree_store_insert_before () and gtk_tree_store_insert_after () docs
Last modified: 2011-02-04 16:10:07 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?
Created attachment 10284 [details] [review] Patch to merge documentation styles
Applied, thanks