summaryrefslogtreecommitdiffstats
path: root/gio
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@gnome.org>2009-03-30 21:52:11 +0000
committerGian Mario Tagliaretti <gianmt@src.gnome.org>2009-03-30 21:52:11 +0000
commitf140cf46eac40bddb31001765289296158d6f8b6 (patch)
treec5f43ee8e20546ade93ff86b7368b8740a70f299 /gio
parent7570b7cdcf651a2a099ad0aae4f499a1295e1d71 (diff)
downloadpygobject-f140cf46eac40bddb31001765289296158d6f8b6.tar.gz
pygobject-f140cf46eac40bddb31001765289296158d6f8b6.tar.xz
pygobject-f140cf46eac40bddb31001765289296158d6f8b6.zip
Swap kwargs names to reflect the code.
2009-03-30 Gian Mario Tagliaretti <gianmt@gnome.org> * gio/gfile.override: (_wrap_g_file_mount_mountable) Swap kwargs names to reflect the code. svn path=/trunk/; revision=1049
Diffstat (limited to 'gio')
-rw-r--r--gio/gfile.override2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gfile.override b/gio/gfile.override
index 86c17dd..3d9cbb0 100644
--- a/gio/gfile.override
+++ b/gio/gfile.override
@@ -357,7 +357,7 @@ _wrap_g_file_mount_mountable(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;