We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f451d1b commit 3e8d434Copy full SHA for 3e8d434
src/lsdbus/init.lua
@@ -109,6 +109,7 @@ local function lom2node(doc)
109
end
110
111
return {
112
+ name = doc.attr.name,
113
interfaces = interfaces,
114
nodes = nodes,
115
}
test/introspect.lua
@@ -4,6 +4,7 @@ local lsdb = require("lsdbus")
4
local TestIntrospect = {}
5
6
local testnode = {
7
+ name="/com/example/sample_object0",
8
interfaces = {
9
{
10
name="com.example.SampleInterface0",
0 commit comments