Update screen.lua

Add DOC comments to the new screen.object.get_content property in lib/awful/screen.lua.

Signed Off: Brian Sobulefsky <brian.sobulefsky@protonmail.com>
This commit is contained in:
poisson-aerohead 2021-10-01 10:24:55 -07:00 committed by Emmanuel Lepage Vallee
parent b4cb3eae7b
commit 02e12f4cb4
1 changed files with 6 additions and 0 deletions

View File

@ -207,6 +207,12 @@ end
--
-- Reading this (read only) property returns a screenshot of the physical
-- (Xinerama) screen as a cairo surface.
--
-- @DOC_screen_content_EXAMPLE@
--
-- @property content
-- @tparam screen s (self)
-- @treturn cairo scurface of the screen content
function screen.object.get_content(s)
local geo = s.geometry