summaryrefslogtreecommitdiffstats
path: root/gio/gmount.override
Commit message (Collapse)AuthorAgeFilesLines
* More PyString to _PyUnicode or _PyByteArrayJohn Ehresman2010-04-151-1/+1
|
* Use richcompare slot rather than old compare slot and Py_TYPE macro in ↵John Ehresman2010-04-151-3/+3
| | | | preparation for py3k support
* gio.Mount.unmount_with_operation() fix a copy/paste leftoverGian Mario Tagliaretti2010-01-011-2/+2
|
* Wrap gio.Mount.eject_with_operation()Gian Mario Tagliaretti2010-01-011-0/+54
|
* Wrap gio.Mount.unmount_mountable_with_operation()Gian Mario Tagliaretti2010-01-011-0/+54
|
* Cleanup GIO overrides to use Python function/method namesPaul Pogonyshev2009-06-121-0/+204
| | | | | Also move several gio.Mount overrides over from 'gio.override' to existing 'gmount.override'. Part of bug #584289.
* Wrap three gio.Mount methodsGian Mario Tagliaretti2009-04-291-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)