Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More PyString to _PyUnicode or _PyByteArray | John Ehresman | 2010-04-15 | 1 | -1/+1 |
| | |||||
* | Use richcompare slot rather than old compare slot and Py_TYPE macro in ↵ | John Ehresman | 2010-04-15 | 1 | -3/+3 |
| | | | | preparation for py3k support | ||||
* | gio.Mount.unmount_with_operation() fix a copy/paste leftover | Gian Mario Tagliaretti | 2010-01-01 | 1 | -2/+2 |
| | |||||
* | Wrap gio.Mount.eject_with_operation() | Gian Mario Tagliaretti | 2010-01-01 | 1 | -0/+54 |
| | |||||
* | Wrap gio.Mount.unmount_mountable_with_operation() | Gian Mario Tagliaretti | 2010-01-01 | 1 | -0/+54 |
| | |||||
* | Cleanup GIO overrides to use Python function/method names | Paul Pogonyshev | 2009-06-12 | 1 | -0/+204 |
| | | | | | Also move several gio.Mount overrides over from 'gio.override' to existing 'gmount.override'. Part of bug #584289. | ||||
* | Wrap three gio.Mount methods | Gian Mario Tagliaretti | 2009-04-29 | 1 | -0/+142 |
the following methods of gio.Mount have been wrapped including docs (_wrap_g_mount_guess_content_type) (_wrap_g_mount_guess_content_type_finish) (_wrap_g_mount_guess_content_type_sync) |