summaryrefslogtreecommitdiffstats
path: root/gio/gio.override
Commit message (Expand)AuthorAgeFilesLines
...
* Make gio.File() (calling on an interface) a factory for creating files.Johan Dahlin2008-04-071-0/+3
* Ignore vararg functions and remove a couple of left overs in the genericJohan Dahlin2008-04-061-11/+3
* Make read_finish() return the string, remove the get_buffer method. ThisJohan Dahlin2008-03-221-22/+9
* Don't assume the buffer is set, use Py_XINCREF instead of Py_INCREF.Johan Dahlin2008-01-211-2/+3
* Split out overrides into more files. Fix up module description in commentJohan Dahlin2008-01-201-239/+29
* Add a new method, to fetch the buffer (_wrap_g_input_stream_read_async):Johan Dahlin2008-01-201-8/+37
* New function to test error condition of async read.Johan Dahlin2008-01-201-1/+3
* Impl.Johan Dahlin2008-01-191-1/+40
* Implement.Johan Dahlin2008-01-191-2/+70
* New marshaller for async results (_wrap_g_input_stream_read_async): Impl.Johan Dahlin2008-01-191-3/+102
* Fix a silly bug so it possible to read files larger than 8192 bytes.Johan Dahlin2008-01-191-4/+6
* Implement InputStream.read efficiently without copying the strings, basedJohan Dahlin2008-01-191-0/+70
* Import codegen from pygtk. Add initial gio and gio.unix bindings.Johan Dahlin2008-01-191-0/+79