diff options
Diffstat (limited to 'gobject/gobjectmodule.c')
| -rw-r--r-- | gobject/gobjectmodule.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gobject/gobjectmodule.c b/gobject/gobjectmodule.c index 563b7bd..ec9fcf4 100644 --- a/gobject/gobjectmodule.c +++ b/gobject/gobjectmodule.c @@ -2082,8 +2082,7 @@ pyg_parse_constructor_args(GType obj_type, char **prop_names, GParameter *params, guint *nparams, - PyObject **pos_args, - PyObject *kw_args) + PyObject **py_args) { guint arg_i, param_i; GObjectClass *oclass; |
