summaryrefslogtreecommitdiffstats
path: root/gio
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@gnome.org>2009-03-30 21:46:24 +0000
committerGian Mario Tagliaretti <gianmt@src.gnome.org>2009-03-30 21:46:24 +0000
commit7570b7cdcf651a2a099ad0aae4f499a1295e1d71 (patch)
tree1b477e5937287c28cb8ea2e2a327aa22e0c5ac95 /gio
parent38ef5073e1cb474779e82d2f4bda521ef2ef03fa (diff)
downloadpygobject-7570b7cdcf651a2a099ad0aae4f499a1295e1d71.tar.gz
pygobject-7570b7cdcf651a2a099ad0aae4f499a1295e1d71.tar.xz
pygobject-7570b7cdcf651a2a099ad0aae4f499a1295e1d71.zip
Swap kwargs names to reflect the code.
2009-03-30 Gian Mario Tagliaretti <gianmt@gnome.org> * gio/gfile.override: (_wrap_g_file_mount_enclosing_volume) Swap kwargs names to reflect the code. svn path=/trunk/; revision=1048
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 084462e..86c17dd 100644
--- a/gio/gfile.override
+++ b/gio/gfile.override
@@ -463,7 +463,7 @@ _wrap_g_file_mount_enclosing_volume(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;