summaryrefslogtreecommitdiff
path: root/src/bin/e_widget_label.h
diff options
context:
space:
mode:
authorStafford Mitchell Horne <shorne@gmail.com>2006-04-06 12:07:45 +0000
committerStafford Mitchell Horne <shorne@gmail.com>2006-04-06 12:07:45 +0000
commit29541f7dbb86f38411b5cc230552c44d34ee8a3d (patch)
treea3a8982d58dc3ee603571f9c53149c23f4a997f9 /src/bin/e_widget_label.h
parent227d31fbf5e8caba951e9998cae9684b8225ecc7 (diff)
downloadenlightenment-29541f7dbb86f38411b5cc230552c44d34ee8a3d.tar.gz
Add and Use the config list widget
* Config list widget is used to have an editable ilist * Config list widget will be reused in the paths configuration dialog SVN revision: 21894
Diffstat (limited to 'src/bin/e_widget_label.h')
-rw-r--r--src/bin/e_widget_label.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/e_widget_label.h b/src/bin/e_widget_label.h
index 31fa6d72a4..733c63260e 100644
--- a/src/bin/e_widget_label.h
+++ b/src/bin/e_widget_label.h
@@ -6,7 +6,7 @@
#ifndef E_WIDGET_LABEL_H
#define E_WIDGET_LABEL_H
-EAPI Evas_Object *e_widget_label_add(Evas *evas, char *label);
+EAPI Evas_Object *e_widget_label_add(Evas *evas, const char *label);
#endif
#endif