GNOME Bugzilla – Bug 140939
inconsistent convention for uri vs text_uri
Last modified: 2005-02-09 17:58:49 UTC
gnome_vfs_directory_visit () on page http://developer.gnome.org/doc/API/2.0/gnome-vfs-2.0/ gnome-vfs-20-gnome-vfs-directory-list-ops.html specifies "const gchar *uri" The descriptions of all (most?) other functions follows the convention of using "const gchar *text_uri" where the caller should pass a URI as a string and using "GnomeVFSURI *uri" where the caller should pass a "real" GnomeVFSURI.
Fixed in cvs head! Thanks!