Skip to content

Instantly share code, notes, and snippets.

@fperrad
Created December 25, 2023 09:47
Show Gist options
  • Save fperrad/99ed48d2212a435dfc6f6efa664b2206 to your computer and use it in GitHub Desktop.
Save fperrad/99ed48d2212a435dfc6f6efa664b2206 to your computer and use it in GitHub Desktop.
core.d.tl
local record core
record Bus
userdata
call: function(self: Bus, service: string, object: string, interface: string, member: string, types: string, ...:any): boolean, any...
end
enum EnumBus
"new" -- default
"system"
"user"
"default"
"default_system"
"default_user"
end
open: function(bus: EnumBus): Bus
end
return core
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment