[pygtk] Missing GNOMEVFS URI APIs?

Mystilleef mystilleef at gmail.com
Thu Feb 9 10:22:33 WST 2006


Hello,

My apologies if I'm posting to the wrong list. I couldn't
find the right one. I'm trying to move my application fully
to gnomevfs to give it the ability to remotely open and edit
files. However, I'm experiencing some discrepancies in the
GNOMEVFS Documentation and the python-gnomevfs API.

I'll focus primarily on the URI Manipulation APIs. Here is a
list of very useful functions the GNOMEVFS reference
documents which I can't find in the APIs of Python binding
(>>>dir(gnomevfs) >>>dir(gnomevfs.URI)).

gnome_vfs_uri_to_string ()
gnome_vfs_uri_is_local ()
gnome_vfs_uri_has_parent ()
gnome_vfs_uri_get_host_name ()
gnome_vfs_uri_get_host_port ()
gnome_vfs_uri_get_user_name ()
gnome_vfs_uri_get_password ()
gnome_vfs_uri_get_path ()
gnome_vfs_uri_get_fragment_identifier ()
gnome_vfs_uri_extract_dirname ()
gnome_vfs_uri_extract_short_name ()
gnome_vfs_uri_extract_short_path_name ()

For more, visit:

http://developer.gnome.org/doc/API/2.0/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-uri.html

Should I file a bug report, or am I not looking hard enough,
or are these functions deliberately absent? I have
gnome-vfs-2.12 and gnome-python-(extras-)2.12.1 installed
on my system.

Thanks


More information about the pygtk mailing list