Data constness fixes. (#75754)
This commit is contained in:
@ -87,10 +87,10 @@ enum {
|
||||
TARGET_UTF8_STRING
|
||||
};
|
||||
|
||||
static const gchar *request_contents_key = "gtk-request-contents";
|
||||
static const gchar request_contents_key[] = "gtk-request-contents";
|
||||
static GQuark request_contents_key_id = 0;
|
||||
|
||||
static const gchar *clipboards_owned_key = "gtk-clipboards-owned";
|
||||
static const gchar clipboards_owned_key[] = "gtk-clipboards-owned";
|
||||
static GQuark clipboards_owned_key_id = 0;
|
||||
|
||||
static GObjectClass *parent_class;
|
||||
|
||||
Reference in New Issue
Block a user