summaryrefslogtreecommitdiffstats
path: root/gobject/pygobject-private.h
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-07-26 23:01:14 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-07-26 23:01:14 +0000
commit6fafcbb5c9492c0f1c9022389107b7955d9b9318 (patch)
treeb8ecb217e447904232722ffa2865bc7cdec2e3e4 /gobject/pygobject-private.h
parentc907856672c1f14acd5e161a51cfc6cff890f592 (diff)
downloadpygobject-6fafcbb5c9492c0f1c9022389107b7955d9b9318.tar.gz
pygobject-6fafcbb5c9492c0f1c9022389107b7955d9b9318.tar.xz
pygobject-6fafcbb5c9492c0f1c9022389107b7955d9b9318.zip
Move off a bit more to separate functions, cleaning up the init_glib a bit
2008-07-27 Johan Dahlin <johan@gnome.org> * gobject/Makefile.am: * gobject/gobjectmodule.c (pygobject_register_api), (pygobject_register_constants), (pygobject_register_features), (pygobject_register_version_tuples), (pygobject_register_warnings), (init_gobject): * gobject/pygobject-private.h: * gobject/pygobject.c (pyobject_copy), (pyobject_free), (pygobject_object_register_types): * gobject/pygtype.c (_pyg_strv_from_gvalue), (_pyg_strv_to_gvalue), (pygobject_type_register_types): * gobject/pygtype.h: Move off a bit more to separate functions, cleaning up the init_glib a bit more. svn path=/trunk/; revision=879
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 fecb46e..9810cf4 100644
--- a/gobject/pygobject-private.h
+++ b/gobject/pygobject-private.h
@@ -143,7 +143,7 @@ GClosure *pyg_signal_class_closure_get(void);
GClosure *gclosure_from_pyfunc(PyGObject *object, PyObject *func);
PyObject *pyg_object_descr_doc_get(void);
-
+void pygobject_object_register_types(PyObject *d);
extern PyTypeObject *PyGObject_MetaType;