summaryrefslogtreecommitdiff
path: root/gobject/pygobject-private.h
diff options
context:
space:
mode:
authorGustavo J. A. M. Carneiro <gjc@src.gnome.org>2005-07-31 15:16:39 +0000
committerGustavo J. A. M. Carneiro <gjc@src.gnome.org>2005-07-31 15:16:39 +0000
commitca9f9bd7c784486b1f712445d0659ea3ba19099c (patch)
tree2e5e99eddfcd0bfccc8b3bfbfc3ac09a33fba75d /gobject/pygobject-private.h
parentdbe675b374ec62cb25825dae41a10f163faa87c4 (diff)
downloadpygobject-ca9f9bd7c784486b1f712445d0659ea3ba19099c.tar.gz
Fix reference count of gtk.Window's from gobject.new
Diffstat (limited to 'gobject/pygobject-private.h')
-rw-r--r--gobject/pygobject-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gobject/pygobject-private.h b/gobject/pygobject-private.h
index cb7e8923..c09903e7 100644
--- a/gobject/pygobject-private.h
+++ b/gobject/pygobject-private.h
@@ -113,6 +113,7 @@ void pygobject_register_class (PyObject *dict,
void pygobject_register_wrapper (PyObject *self);
PyObject * pygobject_new (GObject *obj);
PyObject * pygobject_new_full (GObject *obj, gboolean sink);
+void pygobject_sink (GObject *obj);
PyTypeObject *pygobject_lookup_class (GType gtype);
void pygobject_watch_closure (PyObject *self, GClosure *closure);
void pygobject_register_sinkfunc(GType type,