mirror of
https://github.com/mpv-player/mpv
synced 2025-01-20 06:11:10 +00:00
stats: document append_property return value
This commit is contained in:
parent
ab8b6e3c16
commit
6ed69cb132
@ -156,11 +156,12 @@ end
|
||||
|
||||
|
||||
-- Format and append a property.
|
||||
-- A property whose value is either nil or empty is skipped and not appended.
|
||||
-- A property whose value is either `nil` or empty is skipped and not appended.
|
||||
-- Returns `false` in case nothing was appended, otherwise `true`.
|
||||
--
|
||||
-- s : Table containing key `sec`.
|
||||
-- sec : Existing key in table `s`, treated as a string.
|
||||
-- property: The property to query and format (using OSD representation).
|
||||
-- property: The property to query and format (based on its OSD representation).
|
||||
-- attr : Optional table to overwrite certain (formatting) attributes for
|
||||
-- this property.
|
||||
-- exclude : Optional table containing keys which are considered invalid values
|
||||
|
Loading…
Reference in New Issue
Block a user