Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_menu.h 


Log Message:
constness

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_menu.h,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -3 -r1.30 -r1.31
--- ewl_menu.h  29 Jun 2007 18:22:33 -0000      1.30
+++ ewl_menu.h  4 Oct 2007 01:01:14 -0000       1.31
@@ -64,9 +64,9 @@
  */
 struct Ewl_Menu_Info
 {
-       char *name;                                             /**< The name 
of the menu item */
-       char *img;                                              /**< The menu 
item image */
-       void (*cb)(Ewl_Widget *w, void *ev, void *data);        /**< The menu 
item callback */
+       const char *name;               /**< The name of the menu item */
+       const char *img;                /**< The menu item image */
+       void (*cb)(Ewl_Widget *w, void *ev, void *data); /**< The menu item 
callback */
 };
 
 Ewl_Widget     *ewl_menu_new(void);



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to