| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Sort out confusion between interfaces and objects, add test. Fixes #538601 | Johan Dahlin | 2008-06-17 | 1 | -16/+17 |
| * | Add default values for all GSeekType variables. | Johan Dahlin | 2008-05-23 | 1 | -3/+3 |
| * | document. Add default values to all flags parameters. | Johan Dahlin | 2008-04-11 | 1 | -24/+37 |
| * | document. Set io_priority default to G_PRIORITY_DEFAULT. | Johan Dahlin | 2008-04-11 | 1 | -23/+42 |
| * | Move around the order of the callback argument to async methods, so it | Johan Dahlin | 2008-04-11 | 3 | -83/+117 |
| * | Implement GAppInfo constructor, add tests. | Johan Dahlin | 2008-04-08 | 5 | -5/+86 |
| * | Wrap GFileInfo.list_attributes(), add tests and set the default of | Johan Dahlin | 2008-04-08 | 4 | -13/+67 |
| * | Add bindings for content_type_guess. Based on patch by Thomas Leonard | Johan Dahlin | 2008-04-08 | 2 | -0/+37 |
| * | Add basic support for GThemedIcon, based on patch by Thomas Leonard | Johan Dahlin | 2008-04-08 | 3 | -0/+42 |
| * | Fix a couple of silly typos and use gio.File instead of GFile in | Johan Dahlin | 2008-04-08 | 1 | -7/+8 |
| * | Make gio.File() (calling on an interface) a factory for creating files. | Johan Dahlin | 2008-04-07 | 4 | -1/+110 |
| * | Install gio in the right location | Johan Dahlin | 2008-04-07 | 1 | -2/+2 |
| * | Add wrappers. | Johan Dahlin | 2008-04-06 | 2 | -0/+166 |
| * | Ignore vararg functions and remove a couple of left overs in the generic | Johan Dahlin | 2008-04-06 | 1 | -11/+3 |
| * | Remove g_file_output_stream_truncate, g_file_output_stream_tell and | Johan Dahlin | 2008-04-06 | 1 | -24/+0 |
| * | Implement the python iteration protocol on GFileEnumerator | Johan Dahlin | 2008-04-06 | 2 | -0/+50 |
| * | Fix the build | Johan Dahlin | 2008-03-22 | 1 | -9/+3 |
| * | Make read_finish() return the string, remove the get_buffer method. This | Johan Dahlin | 2008-03-22 | 2 | -27/+101 |
| * | Update to SVN of gio: g_file_contains_file -> g_file_has_prefix can_seek | Johan Dahlin | 2008-03-09 | 2 | -20/+9 |
| * | Pass in l instead of i to PyArg_ParseTupleAndKeywords when parsing a long. | Johan Dahlin | 2008-03-08 | 1 | -2/+2 |
| * | Remove private comments | Johan Dahlin | 2008-01-29 | 1 | -16/+0 |
| * | Don't assume the buffer is set, use Py_XINCREF instead of Py_INCREF. | Johan Dahlin | 2008-01-21 | 6 | -5/+82 |
| * | Split out overrides into more files. Fix up module description in comment | Johan Dahlin | 2008-01-20 | 8 | -246/+361 |
| * | Add a new method, to fetch the buffer (_wrap_g_input_stream_read_async): | Johan Dahlin | 2008-01-20 | 1 | -8/+37 |
| * | New function to test error condition of async read. | Johan Dahlin | 2008-01-20 | 1 | -1/+3 |
| * | Impl. | Johan Dahlin | 2008-01-19 | 2 | -1/+58 |
| * | Implement. | Johan Dahlin | 2008-01-19 | 1 | -2/+70 |
| * | New marshaller for async results (_wrap_g_input_stream_read_async): Impl. | Johan Dahlin | 2008-01-19 | 3 | -3/+110 |
| * | Fix a silly bug so it possible to read files larger than 8192 bytes. | Johan Dahlin | 2008-01-19 | 1 | -4/+6 |
| * | Set null-ok for all cancelable as well. | Johan Dahlin | 2008-01-19 | 1 | -107/+107 |
| * | set gio.unix to None if it's not available | Johan Dahlin | 2008-01-19 | 1 | -1/+1 |
| * | Implement InputStream.read efficiently without copying the strings, based | Johan Dahlin | 2008-01-19 | 3 | -107/+191 |
| * | Import codegen from pygtk. Add initial gio and gio.unix bindings. | Johan Dahlin | 2008-01-19 | 10 | -0/+5367 |