commit some Todo for e_gadget that i forgot to commit weeks ago
authorrephorm <rephorm>
Thu, 12 Jan 2006 01:18:16 +0000 (01:18 +0000)
committerrephorm <rephorm@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 12 Jan 2006 01:18:16 +0000 (01:18 +0000)
SVN revision: 19728

src/bin/e_gadget.c

index df99657..1edb140 100644 (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);