summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schmid <jhs@gnome.org>2010-05-12 18:31:00 +0200
committerJohannes Schmid <jhs@gnome.org>2010-05-12 18:31:00 +0200
commit3cb055e8f17eb1efd90d46237ac94bd1a22e7224 (patch)
treea47fefcc8ffb6df4138cf32a8846403887679fec
parente9a6e922724d70e5378fc3bddee7ee8314f4916d (diff)
downloadglade-3cb055e8f17eb1efd90d46237ac94bd1a22e7224.tar.gz
Make all members of GladeSignalClass const as they should.
-rw-r--r--gladeui/glade-widget-adaptor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gladeui/glade-widget-adaptor.h b/gladeui/glade-widget-adaptor.h
index fa7bc923..4d59160a 100644
--- a/gladeui/glade-widget-adaptor.h
+++ b/gladeui/glade-widget-adaptor.h
@@ -609,7 +609,7 @@ struct _GladeSignalClass
guint16 version_since_minor;
const gchar *name; /* Name of the signal, eg clicked */
- gchar *type; /* Name of the object class that this signal belongs to
+ const gchar *type; /* Name of the object class that this signal belongs to
* eg GtkButton */
};