Bug 565665 - GtkTargetEntry member target should be const char *

This commit is contained in:
Michael Natterer 2010-11-24 21:01:10 +01:00
parent d0f2b13309
commit b3c5232a9b

View File

@ -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