| Commit message (Expand) | Author | Age | Files | Lines |
| * | Wrap gio.File.copy, add tests and documentation. Rename | Johan Dahlin | 2008-07-24 | 6 | -55/+203 |
| * | Ignore a bunch of functions which are not relevant. | Johan Dahlin | 2008-07-19 | 1 | -2/+14 |
| * | Bind gio.Mount.unmount, gio.File.mount_mountable, | Johan Dahlin | 2008-07-19 | 3 | -5/+272 |
| * | Set module name back to gio, as setting it to gio._gio breaks pydoc. | Johan Dahlin | 2008-07-19 | 1 | -1/+1 |
| * | Use property based constructors when possible. | Johan Dahlin | 2008-07-19 | 1 | -10/+10 |
| * | Wrap gio.FileEnumerator.next_files_async/next_files_done. Update the | Johan Dahlin | 2008-07-18 | 2 | -0/+107 |
| * | Only fetch name, saves a couple of syscalls. Set name to gio._gio so | Johan Dahlin | 2008-07-18 | 1 | -1/+1 |
| * | Fix header filename | Johan Dahlin | 2008-07-18 | 1 | -1/+1 |
| * | Wrap gio.File.enumerate_children_async, add tests, docstring and an | Johan Dahlin | 2008-07-18 | 3 | -4/+102 |
| * | Use %zd instead of %d since it's a Py_ssize_t and not an int. | Johan Dahlin | 2008-07-18 | 1 | -1/+1 |
| * | define NO_IMPORT_PYGOBJECT before including pygobject.h | Johan Dahlin | 2008-07-18 | 1 | -1/+2 |
| * | Require pygobject 2.15.2 | Johan Dahlin | 2008-07-18 | 1 | -1/+1 |
| * | Put gio.override before all the others | Johan Dahlin | 2008-07-18 | 1 | -1/+1 |
| * | Use #include <pygobject.h> instead of include "pygobject.h" | Johan Dahlin | 2008-07-18 | 3 | -3/+3 |
| * | The module is called gio._gio, not just _gio. | Johan Dahlin | 2008-07-17 | 1 | -1/+1 |
| * | s/pygobject/gio/ | Johan Dahlin | 2008-07-17 | 1 | -1/+1 |
| * | Add a pygio_version module attribute | Johan Dahlin | 2008-07-17 | 1 | -2/+14 |
| * | Rename gio.IOErrorEnum to gio.ErrorEnum | Johan Dahlin | 2008-07-17 | 1 | -1/+1 |
| * | Add gio.ERROR which maps to the G_IO_ERROR quark. | Johan Dahlin | 2008-07-17 | 1 | -0/+2 |
| * | Use the prefix G_IO_ for stripping constants instead of just G_ Check so | Johan Dahlin | 2008-07-17 | 1 | -1/+1 |
| * | wrap File.load_contents_async and File.load_contents_finish with docsstrings ... | Gian Mario Tagliaretti | 2008-07-14 | 2 | -2/+91 |
| * | Remove g_file_input_stream_seek and g_file_output_stream_seek, they | Johan Dahlin | 2008-07-14 | 1 | -24/+0 |
| * | Map GSeekType to an int | Johan Dahlin | 2008-07-14 | 3 | -0/+10 |
| * | Refactor cancellable check to a utility function, avoids | Johan Dahlin | 2008-07-14 | 7 | -84/+104 |
| * | wrap File.load_contents with docstrings | Gian Mario Tagliaretti | 2008-07-11 | 2 | -19/+74 |
| * | 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 |