Re: [systemd-devel] D-Bus method parameter names in introspection XML

2019-02-26 Thread Lennart Poettering
On Mo, 18.02.19 20:16, Stanislav Angelovič ([email protected]) wrote: > Hi guys, > > sd-bus implements and automatically provides > org.freedesktop.DBus.Introspectable interface for each object vtable. Xml > output of Introspect method of that interface provides all necessary > information but

Re: [systemd-devel] D-Bus method parameter names in introspection XML

2019-02-18 Thread Mantas Mikulėnas
On Mon, Feb 18, 2019 at 9:16 PM Stanislav Angelovič wrote: > Hi guys, > > sd-bus implements and automatically provides > org.freedesktop.DBus.Introspectable interface for each object vtable. Xml > output of Introspect method of that interface provides all necessary > information but one -- names

[systemd-devel] D-Bus method parameter names in introspection XML

2019-02-18 Thread Stanislav Angelovič
Hi guys, sd-bus implements and automatically provides org.freedesktop.DBus.Introspectable interface for each object vtable. Xml output of Introspect method of that interface provides all necessary information but one -- names of method parameters. It's quite convenient that when one introspects a