elementary: add an interface to enable/disable PAUSE/RESUME application state.
authorCedric Bail <cedric@osg.samsung.com>
Wed, 15 Nov 2017 23:08:32 +0000 (15:08 -0800)
committerCedric Bail <cedric@osg.samsung.com>
Thu, 16 Nov 2017 00:28:20 +0000 (16:28 -0800)
commitcd1f5915d2ca855eff1afcc341a051cec1d40e16
tree07ebdbffa35fed7f9ae757014067490e0ba0e75c
parentfcdbc07fe34d3b030d5e0136c003a38dbdb036e6
elementary: add an interface to enable/disable PAUSE/RESUME application state.

If you want to have EFL application behave in a more efficient way. Like dropping
memory usage or stopping unecessary network operation, this option should be on
and the application should listen on PAUSE/RESUME event on the main loop.
src/bin/elementary/config.c
src/lib/elementary/elm_config.c
src/lib/elementary/elm_config.h