fix: fix module export

This commit is contained in:
devclyde 2022-06-23 18:52:37 -03:00
parent 956bd4ac6b
commit 24a74593d5
No known key found for this signature in database
GPG Key ID: 02F8BEF064CD42DC
1 changed files with 1 additions and 1 deletions

View File

@ -100,4 +100,4 @@ function Object:disconnect_signal(name, action) end
--- [View documents](https://awesomewm.org/apidoc/utility_libraries/gears.object.html#emit_signal)
function Object:emit_signal(name, ...) end
return GObject
return GObject.object