summaryrefslogtreecommitdiffstats
path: root/gobject/pygobject-private.h
diff options
context:
space:
mode:
authorGustavo J. A. M. Carneiro <gjc@src.gnome.org>2006-06-24 16:06:41 +0000
committerGustavo J. A. M. Carneiro <gjc@src.gnome.org>2006-06-24 16:06:41 +0000
commitda89a7fed41a58ba9fda0413c8d183608cca2c39 (patch)
tree6c39bef5b0e996b0813cbe7a4b2db1029adbf474 /gobject/pygobject-private.h
parent71b23f187b97cc39fe1a78abc629b26cc30b78cc (diff)
downloadpygobject-da89a7fed41a58ba9fda0413c8d183608cca2c39.tar.gz
pygobject-da89a7fed41a58ba9fda0413c8d183608cca2c39.tar.xz
pygobject-da89a7fed41a58ba9fda0413c8d183608cca2c39.zip
Bindings for g_filename_display_basename and g_filename_display_name;
Add support for G_TYPE_GSTRING, at least in signals.
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 b622563..2b6ac73 100644
--- a/gobject/pygobject-private.h
+++ b/gobject/pygobject-private.h
@@ -152,7 +152,7 @@ void pyg_register_pointer (PyObject *dict, const gchar *class_name,
GType pointer_type, PyTypeObject *type);
PyObject * pyg_pointer_new (GType pointer_type, gpointer pointer);
-extern char * pyg_constant_strip_prefix(gchar *name, const gchar *strip_prefix);
+const gchar * pyg_constant_strip_prefix(const gchar *name, const gchar *strip_prefix);
/* pygflags */
typedef struct {