From fb883ef9393831480db205db7f0a22b61099f83f Mon Sep 17 00:00:00 2001 From: rephorm Date: Thu, 12 Jan 2006 01:18:16 +0000 Subject: [PATCH] commit some Todo for e_gadget that i forgot to commit weeks ago SVN revision: 19728 --- src/bin/e_gadget.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/bin/e_gadget.c b/src/bin/e_gadget.c index df996579c..1edb14026 100644 --- a/src/bin/e_gadget.c +++ b/src/bin/e_gadget.c @@ -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);