summaryrefslogtreecommitdiffstats
path: root/gobject/pygobject-private.h
diff options
context:
space:
mode:
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 1055011..17546c2 100644
--- a/gobject/pygobject-private.h
+++ b/gobject/pygobject-private.h
@@ -119,7 +119,7 @@ void pygobject_watch_closure (PyObject *self, GClosure *closure);
void pygobject_register_sinkfunc(GType type,
void (* sinkfunc)(GObject *object));
int pyg_type_register (PyTypeObject *class,
- char *typename);
+ const gchar *typename);
/* from pygboxed.c */
extern PyTypeObject PyGBoxed_Type;