mirror of
https://github.com/brl/mutter.git
synced 2025-02-09 01:54:10 +00:00
cally/text: Constify string members
This commit is contained in:
parent
90e5088a51
commit
41f06138b4
@ -216,13 +216,13 @@ struct _CallyTextPrivate
|
|||||||
gint selection_bound;
|
gint selection_bound;
|
||||||
|
|
||||||
/* text_changed::insert stuff */
|
/* text_changed::insert stuff */
|
||||||
gchar *signal_name_insert;
|
const gchar *signal_name_insert;
|
||||||
gint position_insert;
|
gint position_insert;
|
||||||
gint length_insert;
|
gint length_insert;
|
||||||
guint insert_idle_handler;
|
guint insert_idle_handler;
|
||||||
|
|
||||||
/* text_changed::delete stuff */
|
/* text_changed::delete stuff */
|
||||||
gchar *signal_name_delete;
|
const gchar *signal_name_delete;
|
||||||
gint position_delete;
|
gint position_delete;
|
||||||
gint length_delete;
|
gint length_delete;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user