summaryrefslogtreecommitdiffstats
path: root/gobject/pygobject-private.h
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-07-26 22:37:39 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-07-26 22:37:39 +0000
commitc907856672c1f14acd5e161a51cfc6cff890f592 (patch)
tree66525fc341868f106265d3dc7a2d5ddf6cc599db /gobject/pygobject-private.h
parent6b93ae8cb09fec1c95b42f791858b93f0ca10a53 (diff)
downloadpygobject-c907856672c1f14acd5e161a51cfc6cff890f592.tar.gz
pygobject-c907856672c1f14acd5e161a51cfc6cff890f592.tar.xz
pygobject-c907856672c1f14acd5e161a51cfc6cff890f592.zip
Move paramspec registration to a separate file, add a header for the
2008-07-27 Johan Dahlin <johan@gnome.org> * gobject/Makefile.am: * gobject/gobjectmodule.c (init_gobject): * gobject/pygobject-private.h: * gobject/pygobject.c: * gobject/pygparamspec.c (pygobject_paramspec_register_types): * gobject/pygparamspec.h: * gobject/pygtype.c: Move paramspec registration to a separate file, add a header for the internal API. svn path=/trunk/; revision=878
Diffstat (limited to 'gobject/pygobject-private.h')
-rw-r--r--gobject/pygobject-private.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gobject/pygobject-private.h b/gobject/pygobject-private.h
index 0db5550..fecb46e 100644
--- a/gobject/pygobject-private.h
+++ b/gobject/pygobject-private.h
@@ -224,11 +224,6 @@ extern PyObject * pyg_enum_add (PyObject * module,
extern PyObject * pyg_enum_from_gtype (GType gtype,
int value);
-/* pygparamspec */
-
-extern PyTypeObject PyGParamSpec_Type;
-PyObject * pyg_param_spec_new (GParamSpec *pspec);
-
/* pygtype.c */
extern GHashTable *custom_type_registration;
void pyg_type_register_custom_callback(const gchar *type_name,