aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-dialog-widgets.h
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2000-08-24 06:43:16 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-08-24 06:43:16 +0800
commit72daa2c6442573fcd0df1072f95cc411c9314511 (patch)
tree52420a344c08f8e0770d59f80c41ce6b1056451a /e-util/e-dialog-widgets.h
parent703511b4a899a4f3d7071b9930abf9319620555a (diff)
downloadgsoc2013-evolution-72daa2c6442573fcd0df1072f95cc411c9314511.tar
gsoc2013-evolution-72daa2c6442573fcd0df1072f95cc411c9314511.tar.gz
gsoc2013-evolution-72daa2c6442573fcd0df1072f95cc411c9314511.tar.bz2
gsoc2013-evolution-72daa2c6442573fcd0df1072f95cc411c9314511.tar.lz
gsoc2013-evolution-72daa2c6442573fcd0df1072f95cc411c9314511.tar.xz
gsoc2013-evolution-72daa2c6442573fcd0df1072f95cc411c9314511.tar.zst
gsoc2013-evolution-72daa2c6442573fcd0df1072f95cc411c9314511.zip
Constify.
2000-08-23 Federico Mena Quintero <federico@helixcode.com> * e-dialog-widgets.c (e_dialog_editable_set): Constify. svn path=/trunk/; revision=4992
Diffstat (limited to 'e-util/e-dialog-widgets.h')
-rw-r--r--e-util/e-dialog-widgets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-dialog-widgets.h b/e-util/e-dialog-widgets.h
index cbcdd1c8f1..7ace238d1f 100644
--- a/e-util/e-dialog-widgets.h
+++ b/e-util/e-dialog-widgets.h
@@ -28,7 +28,7 @@
-void e_dialog_editable_set (GtkWidget *widget, char *value);
+void e_dialog_editable_set (GtkWidget *widget, const char *value);
char *e_dialog_editable_get (GtkWidget *widget);
void e_dialog_radio_set (GtkWidget *widget, int value, const int *value_map);