enlightenment/src
Carsten Haitzler 21ac62127c state system - add start of it
Why this? A way to have a shared store of "variables" or states that
any part of e or modules can store some simple things in and thus also
broadcast changes to state, listen to changes in state and react.

I am thinking of things like advertising:

  "/power/ac"               = [ true | false ]
  "/power/battery/low"      = [ true | false ]
  "/power/battery/charging" = [ true | false ]
  "/power/state"            = [ "on" | "sleep" ]
  "/screen"                 = [ "on" | "dim" | "blank" ]
  "/screen/locked"          = [ true | false ]
  "/network/online"         = [ true | false ]
  "/network/location"       = "name of network detected"
2023-01-20 14:47:45 +00:00
..
bin state system - add start of it 2023-01-20 14:47:45 +00:00
modules power - add some debug printfs for info on what is going on 2023-01-20 14:47:45 +00:00
protocol enlightenment: Remove teamwork protocol 2021-03-01 11:24:13 -05:00
tests tree-wide: get rid of trailing whitespace (last part) 2020-05-14 14:17:19 +02:00