mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
Bug 565665 - GtkTargetEntry member target should be const char *
This commit is contained in:
parent
aaf8530177
commit
c00b85bf3f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user