mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
gears.timer: Update the property documentation.
This commit is contained in:
parent
52c481babc
commit
11ce8fd77c
1 changed files with 5 additions and 3 deletions
|
@ -140,15 +140,17 @@ end
|
|||
--
|
||||
-- For this to be `true` by default, pass `autostart` to the constructor.
|
||||
--
|
||||
-- @property[opt=false] started
|
||||
-- @tparam boolean started
|
||||
-- @property started
|
||||
-- @tparam[opt=false] boolean started
|
||||
-- @see start
|
||||
-- @see stop
|
||||
|
||||
--- The timer timeout value.
|
||||
--
|
||||
-- @property timeout
|
||||
-- @tparam number timeout
|
||||
-- @tparam[opt=0] number timeout
|
||||
-- @propertyunit second
|
||||
-- @negativeallowed false
|
||||
-- @propemits true false
|
||||
|
||||
local timer_instance_mt = {
|
||||
|
|
Loading…
Reference in a new issue