summaryrefslogtreecommitdiffstats
path: root/gobject/pygobject-private.h
diff options
context:
space:
mode:
authorGustavo J. A. M. Carneiro <gjc@src.gnome.org>2006-05-28 13:50:05 +0000
committerGustavo J. A. M. Carneiro <gjc@src.gnome.org>2006-05-28 13:50:05 +0000
commite6ef557a9ba22f8b8afb0e772c206589dbbb0b9a (patch)
tree03460d07784d97ed236a3882bdb22b0c38e07611 /gobject/pygobject-private.h
parent79df3f5f4b6113d07ab40522f30c83f2fab17410 (diff)
downloadpygobject-e6ef557a9ba22f8b8afb0e772c206589dbbb0b9a.tar.gz
pygobject-e6ef557a9ba22f8b8afb0e772c206589dbbb0b9a.tar.xz
pygobject-e6ef557a9ba22f8b8afb0e772c206589dbbb0b9a.zip
gobject.new fix for 'subsubtype' case
Diffstat (limited to 'gobject/pygobject-private.h')
-rw-r--r--gobject/pygobject-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/pygobject-private.h b/gobject/pygobject-private.h
index 20ed244..eb4074d 100644
--- a/gobject/pygobject-private.h
+++ b/gobject/pygobject-private.h
@@ -117,7 +117,7 @@ void pygobject_register_class (PyObject *dict,
PyObject *bases);
void pygobject_register_wrapper (PyObject *self);
PyObject * pygobject_new (GObject *obj);
-PyObject * pygobject_new_full (GObject *obj, gboolean sink);
+PyObject * pygobject_new_full (GObject *obj, gboolean sink, gpointer g_class);
void pygobject_sink (GObject *obj);
PyTypeObject *pygobject_lookup_class (GType gtype);
void pygobject_watch_closure (PyObject *self, GClosure *closure);