]> git.ipfire.org Git - thirdparty/systemd.git/commit - man/busctl.xml
busctl: add introspect --xml-interface
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 21 Apr 2019 20:23:45 +0000 (22:23 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 23 Apr 2019 20:58:29 +0000 (22:58 +0200)
commitd5c8d8233c2efbbd1e600d1a683ea04cd36cbac8
tree28b79b7987ca44b61d962872801891d4fb3c22a5
parentd603324b4b28cfdced6677fa8eb70f0a95b4af4a
busctl: add introspect --xml-interface

This wraps the call to org.freedesktop.DBus.Introspectable.Introspect.
Using "busctl call" directly is inconvenient because busctl escapes the
string before printing.

Example:
$ busctl introspect --xml org.freedesktop.systemd1 /org/freedesktop/systemd1 | pygmentize -lxml | less -RF
man/busctl.xml
src/busctl/busctl.c