summaryrefslogtreecommitdiffstats
path: root/gobject/pygobject-private.h
diff options
context:
space:
mode:
authorGustavo J. A. M. Carneiro <gjc@src.gnome.org>2005-08-25 13:55:15 +0000
committerGustavo J. A. M. Carneiro <gjc@src.gnome.org>2005-08-25 13:55:15 +0000
commitbb3fd87e80190212fc0ae4d629d286015a5d2de6 (patch)
treeb9d50ee1f14ca9b1633104a2d49b2fb6596af689 /gobject/pygobject-private.h
parentf0ea5354d8b616022928b45c6dd4d76e15301347 (diff)
downloadpygobject-bb3fd87e80190212fc0ae4d629d286015a5d2de6.tar.gz
pygobject-bb3fd87e80190212fc0ae4d629d286015a5d2de6.tar.xz
pygobject-bb3fd87e80190212fc0ae4d629d286015a5d2de6.zip
some memory fixes in type registration
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;