From f140cf46eac40bddb31001765289296158d6f8b6 Mon Sep 17 00:00:00 2001 From: Gian Mario Tagliaretti Date: Mon, 30 Mar 2009 21:52:11 +0000 Subject: Swap kwargs names to reflect the code. 2009-03-30 Gian Mario Tagliaretti * gio/gfile.override: (_wrap_g_file_mount_mountable) Swap kwargs names to reflect the code. svn path=/trunk/; revision=1049 --- ChangeLog | 5 +++++ gio/gfile.override | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a545737..fb6da34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-03-30 Gian Mario Tagliaretti + + * gio/gfile.override: (_wrap_g_file_mount_mountable) + Swap kwargs names to reflect the code. + 2009-03-30 Gian Mario Tagliaretti * gio/gfile.override: (_wrap_g_file_mount_enclosing_volume) 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; -- cgit