summaryrefslogtreecommitdiffstats
path: root/gio
diff options
context:
space:
mode:
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 ffcfad0..3a6f129 100644
--- a/gio/gfile.override
+++ b/gio/gfile.override
@@ -281,7 +281,7 @@ override g_file_enumerate_children_async kwargs
static PyObject *
_wrap_g_file_enumerate_children_async(PyGObject *self, PyObject *args, PyObject *kwargs)
{
- static char *kwlist[] = { "attributes", "flags", "callback",
+ static char *kwlist[] = { "attributes", "callback", "flags",
"io_priority", "cancellable", "user_data", NULL };
PyGIONotify *notify;
char *attributes;