GNOME Bugzilla – Bug 93381
GtkTreeRowReference requested for Tree and List widget Overview
Last modified: 2012-11-26 14:15:08 UTC
Package: gtk+ Severity: enhancement Version: GNOME2.0.1 2.0.6 Synopsis: GtkTreeRowReference requested for Tree and List widget Overview Bugzilla-Product: gtk+ Bugzilla-Component: docs Description: posted at http://mail.gnome.org/archives/gnome-doc-list/2002-September/msg00059.html ------- Bug moved to this database by unknown@bugzilla.gnome.org 2002-09-16 08:57 ------- Reassigning to the default owner of the component, gtk-bugs@gtk.org.
anybody's there?
Moving docs bugs off the --- milestone.
The URL field has been removed from bugzilla.gnome.org. This URL was in the old URL field, and is being added as a comment so that the data is not lost. Please email bugmaster@gnome.org if you have any questions. URL: http://mail.gnome.org/archives/gnome-doc-list/2002-September/msg00059.html
Should be described not in the Tree/List widget overview, but in the Tree Model overview.
Created attachment 229651 [details] [review] add a gtk-doc comment for GtkTreeRowReference
Review of attachment 229651 [details] [review]: Looks good to me, except for the typo below ::: gtk/gtktreemodel.h @@ +196,3 @@ + * A GtkTreeRowReference tracks model changes so that it always refers to the + * same row (a #GtkTreePath refers to a position, not a fixed row). Create a + * new GtkRowReference with gtk_tree_row_reference_new(). Should be GtkTreeRowReference
Comment on attachment 229651 [details] [review] add a gtk-doc comment for GtkTreeRowReference Thanks, fixed and pushed to master and gtk-3-6 as commits 941851fc865485d5951e1b32773e9bed690b924e and 1837787ce60e714a5a45ca1053f32c263c803fbe.