> Do you perhaps also know where I can get those mounting flags? I've looked at > Gio.MountMountFlags but they don't contain anything.
This is probably a gtk-doc bug -- there are two instances of <a name="GMountMountFlags"> in the page. Search for "enum GMountMountFlags" and you'll find the right one. Which, amusingly enough, is just typedef enum { G_MOUNT_MOUNT_NONE = 0 } GMountMountFlags; -- Johannes _______________________________________________ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/