diff options
Diffstat (limited to 'gobject/pygobject-private.h')
-rw-r--r-- | gobject/pygobject-private.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gobject/pygobject-private.h b/gobject/pygobject-private.h index 38eff22..da340c7 100644 --- a/gobject/pygobject-private.h +++ b/gobject/pygobject-private.h @@ -8,7 +8,6 @@ #define _INSIDE_PYGOBJECT_ #include "pygobject.h" - /* from gobjectmodule.c */ extern struct _PyGObject_Functions pygobject_api_functions; #define pyg_block_threads() G_STMT_START { \ @@ -108,4 +107,6 @@ PyObject * pyg_pointer_new (GType pointer_type, gpointer pointer); extern PyTypeObject PyGParamSpec_Type; PyObject *pyg_param_spec_new (GParamSpec *pspec); +extern char * pyg_constant_strip_prefix(gchar *name, const gchar *strip_prefix); + #endif |