summaryrefslogtreecommitdiffstats
path: root/gio
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@gnome.org>2009-03-29 12:31:50 +0000
committerGian Mario Tagliaretti <gianmt@src.gnome.org>2009-03-29 12:31:50 +0000
commitd7a8eb96ea6fe01e67d994ae853f49a8ca0e2e8d (patch)
tree509fa0f6574d836edb4321156d406f67be83d575 /gio
parentc034c9c509a15525446d9151c75aed0d76e4966c (diff)
downloadpygobject-d7a8eb96ea6fe01e67d994ae853f49a8ca0e2e8d.tar.gz
pygobject-d7a8eb96ea6fe01e67d994ae853f49a8ca0e2e8d.tar.xz
pygobject-d7a8eb96ea6fe01e67d994ae853f49a8ca0e2e8d.zip
Swap kwargs names to reflect the code.
2009-03-29 Gian Mario Tagliaretti <gianmt@gnome.org> * gio/gvolume.override: Swap kwargs names to reflect the code. svn path=/trunk/; revision=1039
Diffstat (limited to 'gio')
-rw-r--r--gio/gvolume.override2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gvolume.override b/gio/gvolume.override
index d522c0b..310a849 100644
--- a/gio/gvolume.override
+++ b/gio/gvolume.override
@@ -26,7 +26,7 @@ _wrap_g_volume_mount(PyGObject *self,
PyObject *args,
PyObject *kwargs)
{
- static char *kwlist[] = { "callback", "flags", "mount_operation",
+ static char *kwlist[] = { "mount_operation", "callback", "flags",
"cancellable", "user_data", NULL };
PyGIONotify *notify;
PyObject *py_flags = NULL;