chore: add more types fixes
This commit is contained in:
parent
1595e9b834
commit
7f781dd9e7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue