summaryrefslogtreecommitdiffstats
path: root/gio/gfile.override
Commit message (Expand)AuthorAgeFilesLines
...
* Wrap gio.File.enumerate_children_async, add tests, docstring and anJohan Dahlin2008-07-181-4/+62
* Use %zd instead of %d since it's a Py_ssize_t and not an int.Johan Dahlin2008-07-181-1/+1
* wrap File.load_contents_async and File.load_contents_finish with docsstrings ...Gian Mario Tagliaretti2008-07-141-2/+72
* Refactor cancellable check to a utility function, avoidsJohan Dahlin2008-07-141-21/+5
* wrap File.load_contents with docstringsGian Mario Tagliaretti2008-07-111-2/+45
* Move around the order of the callback argument to async methods, so itJohan Dahlin2008-04-111-16/+20
* Fix a couple of silly typos and use gio.File instead of GFile inJohan Dahlin2008-04-081-7/+8
* Make gio.File() (calling on an interface) a factory for creating files.Johan Dahlin2008-04-071-0/+90
* Don't assume the buffer is set, use Py_XINCREF instead of Py_INCREF.Johan Dahlin2008-01-211-0/+75