[systemd-devel] sd-bus vs glib object path node hierarchy
Umut Tezduyar Lindskog
umut at tezduyar.com
Tue Jun 16 06:51:42 PDT 2015
Hi,
I have noticed that glib vs sd-bus have different hierarchy in terms
of how objects are stacked. I don't have any argument why one or the
other one would be better but I was wondering what the reason for this
difference.
"/com/a/b" registered with sd_bus_add_object_vtable
Introspection:
└─/com/a/b
"/com/a/b" registered with glib
Introspection:
└─/com
└─/com/a
└─/com/a/b
Umut
More information about the systemd-devel
mailing list