GNOME Bugzilla – Bug 165753
Add the missing gnome_vfs_make_uri_from_input_with_trailing_ws
Last modified: 2005-04-10 20:53:18 UTC
We should add the missing gnome_vfs_make_uri_from_input_with_trailing_ws () because we already have the gnome_vfs_make_uri_from_input() function in gnome-vfs that uses the some gnome_vfs_make_uri_from_input_internal () function. So adding this is trivial! We maybe can then get rid of all eel_make_uri_* usages in nautilus.
Created attachment 36744 [details] [review] Patch to add the missing method. Btw the prototypes for the various functions have the argument called *uri which is 1) inconsistent with naming of the argument of the function implementation and 2) kinda missleading because it must not be valid uri but a user input. I suggest to change that to either location (as the implementation calls it) or user_input (or sth similar to this)
Commited this to cvs HEAD. I also did the uri -> location change for the other functions that dont take uris but locations.