]> Pileus Git - ~andy/gtk/commit
Rename gtk_tree_path_new_from_node() to tree_path_new_from_node()
authorFederico Mena Quintero <federico@gnome.org>
Thu, 1 Nov 2012 02:21:47 +0000 (20:21 -0600)
committerFederico Mena Quintero <federico@gnome.org>
Thu, 1 Nov 2012 02:21:47 +0000 (20:21 -0600)
commit281c592ea9485d5cb53ee7073b2a7588db33a8a2
tree75993bd10c1bb7958b547c57a5dbf6b03c5bd216
parentf0a211a1df968393ff07e43672be64f854179c5b
Rename gtk_tree_path_new_from_node() to tree_path_new_from_node()

This is a function internal to the file system model; let's not pollute the gtk_tree_path namespace.

Also, make the 'i' variable into 'r' as it refers to a row index, not a file-array index (for
consistency with the docs and the rest of the code).

Signed-off-by: Federico Mena Quintero <federico@gnome.org>
gtk/gtkfilesystemmodel.c