Design a gvfs adapter for web storage service?

Ubuntu has a useful feature in which you can mount and view files on an external ssh account, Bluetooth device, etc. called gvfs / GIO . Is there a developer guide / guide for creating an adapter to "mount" from an external storage or web service, preferably in Python?

+3
source share
1 answer

http://git.gnome.org/browse/gvfs/tree/ has a couple of backend (although everything is written in C). I don't know examples in python.

0
source

All Articles