[clutter] cally/text: Constify string members
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter] cally/text: Constify string members
- Date: Wed, 7 Mar 2012 12:59:54 +0000 (UTC)
commit 41f06138b451bbe51949d818fdc9963077eff59c
Author: Emmanuele Bassi <ebassi linux intel com>
Date: Wed Mar 7 12:59:25 2012 +0000
cally/text: Constify string members
clutter/cally/cally-text.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/clutter/cally/cally-text.c b/clutter/cally/cally-text.c
index a277844..7c5e408 100644
--- a/clutter/cally/cally-text.c
+++ b/clutter/cally/cally-text.c
@@ -216,13 +216,13 @@ struct _CallyTextPrivate
gint selection_bound;
/* text_changed::insert stuff */
- gchar *signal_name_insert;
+ const gchar *signal_name_insert;
gint position_insert;
gint length_insert;
guint insert_idle_handler;
/* text_changed::delete stuff */
- gchar *signal_name_delete;
+ const gchar *signal_name_delete;
gint position_delete;
gint length_delete;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]