summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Ehresman <jpe@src.gnome.org>2004-07-06 03:11:31 +0000
committerJohn Ehresman <jpe@src.gnome.org>2004-07-06 03:11:31 +0000
commitd47520065b91d4f2b9f7e4a53faf008adc780113 (patch)
tree088cf4d48065b92d9358d6a62be8c25915c133ed
parent53d3853168fabddfe97fe6295ba34d7407a9139a (diff)
downloadpygobject-d47520065b91d4f2b9f7e4a53faf008adc780113.tar.gz
pygobject-d47520065b91d4f2b9f7e4a53faf008adc780113.tar.xz
pygobject-d47520065b91d4f2b9f7e4a53faf008adc780113.zip
Back out changes that should not have been committed (oops)
-rw-r--r--gobject/gobjectmodule.c3
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;