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 140939 - inconsistent convention for uri vs text_uri
inconsistent convention for uri vs text_uri
Status: RESOLVED FIXED
Product: gnome-vfs
Classification: Deprecated
Component: Docs
2.5.x
Other Linux
: Low enhancement
: ---
Assigned To: gnome-vfs maintainers
gnome-vfs maintainers
Depends on:
Blocks:
 
 
Reported: 2004-04-23 15:33 UTC by Eli Gwynn
Modified: 2005-02-09 17:58 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description Eli Gwynn 2004-04-23 15:33:11 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.
Comment 1 Christian Kellner 2005-02-09 17:58:49 UTC
Fixed in cvs head! Thanks!