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 93381 - GtkTreeRowReference requested for Tree and List widget Overview
GtkTreeRowReference requested for Tree and List widget Overview
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Documentation
unspecified
Other other
: Normal normal
: Small fix
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2002-09-16 13:03 UTC by kz
Modified: 2012-11-26 14:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add a gtk-doc comment for GtkTreeRowReference (1.26 KB, patch)
2012-11-22 18:39 UTC, David King
committed Details | Review

Description kz 2002-09-16 12:57:46 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.

Comment 1 kz 2002-11-09 16:46:34 UTC
anybody's there?
Comment 2 Matthias Clasen 2004-02-02 09:01:43 UTC
Moving docs bugs off the --- milestone.
Comment 3 Bugzilla Maintainers 2004-04-01 23:44:57 UTC
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
Comment 4 weskaggs 2004-10-11 16:54:02 UTC
Should be described not in the Tree/List widget overview, but in the Tree Model
overview.
Comment 5 David King 2012-11-22 18:39:44 UTC
Created attachment 229651 [details] [review]
add a gtk-doc comment for GtkTreeRowReference
Comment 6 Cosimo Cecchi 2012-11-26 14:01:03 UTC
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 7 David King 2012-11-26 14:14:46 UTC
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.