summaryrefslogtreecommitdiff
path: root/gtk/gtkselection.h
diff options
context:
space:
mode:
authorMichael Natterer <mitch@gimp.org>2010-11-24 21:01:45 +0100
committerMichael Natterer <mitch@gimp.org>2010-11-24 21:01:45 +0100
commitc00b85bf3f9cb1dc77dd22f138eb53048eb355b7 (patch)
treedc4e7c3788b72c5cc4ccd56c35925d7dc63af098 /gtk/gtkselection.h
parentaaf853017768fcae8440394d9504621a264bcdc4 (diff)
downloadgtk+-c00b85bf3f9cb1dc77dd22f138eb53048eb355b7.tar.gz
Bug 565665 - GtkTargetEntry member target should be const char *
Diffstat (limited to 'gtk/gtkselection.h')
-rw-r--r--gtk/gtkselection.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/gtk/gtkselection.h b/gtk/gtkselection.h
index ac9b082fdb..4fa30a37d9 100644
--- a/gtk/gtkselection.h
+++ b/gtk/gtkselection.h
@@ -66,10 +66,11 @@ struct _GtkSelectionData
GdkDisplay *GSEAL (display);
};
-struct _GtkTargetEntry {
- gchar *target;
- guint flags;
- guint info;
+struct _GtkTargetEntry
+{
+ const gchar *target;
+ guint flags;
+ guint info;
};
/* These structures not public, and are here only for the convenience of