chore: add more types fixes
ci/woodpecker/pr/docker-build Pipeline was successful Details
ci/woodpecker/pr/lint Pipeline was successful Details
ci/woodpecker/pr/test Pipeline failed Details
ci/woodpecker/pr/build-and-run Pipeline failed Details

This commit is contained in:
Aire-One 2023-12-20 18:25:08 +01:00
parent 1595e9b834
commit 7f781dd9e7
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,7 @@ local type_map <const>: { string : string } = {
Integer = "integer",
layout = "Layout",
["lgi.Pango.FontDescription"] = "any", -- We'll probably never have better support for this one, since it's a GI bindings
["naughty.notification_closed_reason"] = "number", -- Teal doesn't support numeric enums
["Pango.FontDescription"] = "any", -- We'll probably never have better support for this one, since it's a GI bindings
placement = "Awful_Placement_Function",
raw_surface = "Cairo_Surface",
@ -31,6 +32,8 @@ local type_map <const>: { string : string } = {
font = "string", -- doesn't exist
func = "function", -- doesn't exist
["gears.color"] = "any", -- shouldn't be here
["gears.opacity"] = "number", -- error in the naughty.notification doc
["gears.margin"] = "number", -- error in the naughty.notification doc
gradient = "string", -- doesn't exist
pattern = "string", -- doesn't exist
raw_curface = "Cairo_Surface", -- typo