X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fmodules%2Fbattery%2Fe_mod_main.h;h=6f347c8207666bef650f752a2ec35b3d9b68083e;hb=ac8fa492451a1268eec649ea98e67184842f11a0;hp=754facda827b5a6f77786c5fa3c4ebcf6d7649c9;hpb=71de741809b2c23779657ecda17a4ef900af62e1;p=framework%2Fuifw%2Fe17.git diff --git a/src/modules/battery/e_mod_main.h b/src/modules/battery/e_mod_main.h index 754facd..6f347c8 100644 --- a/src/modules/battery/e_mod_main.h +++ b/src/modules/battery/e_mod_main.h @@ -44,6 +44,9 @@ struct _Config int time_full; int have_battery; int have_power; +#ifdef HAVE_ENOTIFY + int desktop_notifications; +#endif #ifdef HAVE_EEZE Eeze_Udev_Watch *acwatch; Eeze_Udev_Watch *batwatch; @@ -150,4 +153,16 @@ E_Config_Dialog *e_int_config_battery_module(E_Container *con, const char *param void _battery_config_updated(void); extern Config *battery_config; +/** + * @addtogroup Optional_Gadgets + * @{ + * + * @defgroup Module_Battery Battery + * + * Shows battery level and current status, may do actions given some + * thresholds. + * + * @} + */ + #endif