On Sat, 2005-07-23 at 16:19 -0400, Mystilleef wrote: > Hello, > > I'd like to know if the mime typing functions in GNOMEVFS have been > implemented in the Python module. I did a dir(gnomevfs) and I could > not find any of the functions. If so, where can I find them? Point > your browser to the link below to see the functions in question. > > http://developer.gnome.org/doc/API/gnome-vfs/gnome-vfs-gnome-vfs-mime.html
That link points to the obsolete gnome-vfs 1.0 documentation. What you're looking for is: http://developer.gnome.org/doc/API/2.0/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-mime-database.html These functions are wrapped in gnome-python. Regards. -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one step beyond logic _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
