summaryrefslogtreecommitdiffstats
path: root/gio
Commit message (Expand)AuthorAgeFilesLines
...
* Update to SVN of gio: g_file_contains_file -> g_file_has_prefix can_seekJohan Dahlin2008-03-092-20/+9
* Pass in l instead of i to PyArg_ParseTupleAndKeywords when parsing a long.Johan Dahlin2008-03-081-2/+2
* Remove private commentsJohan Dahlin2008-01-291-16/+0
* Don't assume the buffer is set, use Py_XINCREF instead of Py_INCREF.Johan Dahlin2008-01-216-5/+82
* Split out overrides into more files. Fix up module description in commentJohan Dahlin2008-01-208-246/+361
* 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-192-1/+58
* Implement.Johan Dahlin2008-01-191-2/+70
* New marshaller for async results (_wrap_g_input_stream_read_async): Impl.Johan Dahlin2008-01-193-3/+110
* Fix a silly bug so it possible to read files larger than 8192 bytes.Johan Dahlin2008-01-191-4/+6
* Set null-ok for all cancelable as well.Johan Dahlin2008-01-191-107/+107
* set gio.unix to None if it's not availableJohan Dahlin2008-01-191-1/+1
* Implement InputStream.read efficiently without copying the strings, basedJohan Dahlin2008-01-193-107/+191
* Import codegen from pygtk. Add initial gio and gio.unix bindings.Johan Dahlin2008-01-1910-0/+5367