commit some Todo for e_gadget that i forgot to commit weeks ago

SVN revision: 19728
This commit is contained in:
rephorm 2006-01-12 01:18:16 +00:00 committed by rephorm
parent 1da19be8f0
commit fb883ef939
1 changed files with 13 additions and 0 deletions

View File

@ -3,6 +3,19 @@
*/
#include "e.h"
/*
* Todo:
*
* Add module init / free callbacks
* Automate configuration loading / saving (pass in an EDD, handle the rest)
* Decide on a location / filename convention for 3rd party themes, and
* fallback to this for the "theme/modules/module_name" category
* Should the functions be done in a similar fashion to the module functions?
* (that is, set function names, used if defined in module, otherwise not).
* This would require making e_module aware of them somehow.
*
*/
static E_Gadget_Face *_e_gadget_face_new(E_Gadget *gad, E_Container *con, E_Zone *zone);
static void _e_gadget_menu_init(E_Gadget *gad);
static void _e_gadget_cb_menu_edit(void *data, E_Menu *m, E_Menu_Item *mi);