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 165753 - Add the missing gnome_vfs_make_uri_from_input_with_trailing_ws
Add the missing gnome_vfs_make_uri_from_input_with_trailing_ws
Status: RESOLVED FIXED
Product: gnome-vfs
Classification: Deprecated
Component: URI handling
cvs (head)
Other Linux
: Normal enhancement
: ---
Assigned To: gnome-vfs maintainers
gnome-vfs maintainers
Depends on:
Blocks: 165755
 
 
Reported: 2005-01-30 22:35 UTC by Christian Kellner
Modified: 2005-04-10 20:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to add the missing method. (2.02 KB, patch)
2005-01-30 22:41 UTC, Christian Kellner
none Details | Review

Description Christian Kellner 2005-01-30 22:35:30 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.
Comment 1 Christian Kellner 2005-01-30 22:41:20 UTC
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)
Comment 2 Christian Kellner 2005-04-10 20:53:18 UTC
Commited this to cvs HEAD. I also did the uri -> location change for the other
functions that dont take uris but locations.