sugar-toolkit-gtk3/sugar/datastore
Dan Williams 9e2a9c4c02 Support moving of files to datastore when using write_file()
Using the transfer_ownership argument, activities using the default activity
datastore integration methods (namely write_file) will now tell the datastore
that it can move the files by default.  This reduces the copies required, which
is slow on flash.  For activities not using the standard APIs (Record, etc),
the datastore bindings allow the activity to specify when ownership should
transfer.
2007-09-07 21:53:32 -04:00
..
__init__.py
datastore.py Support moving of files to datastore when using write_file() 2007-09-07 21:53:32 -04:00
dbus_helpers.py Support moving of files to datastore when using write_file() 2007-09-07 21:53:32 -04:00
Makefile.am