Commit d5c8d82
committed
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 -RF1 parent d603324 commit d5c8d82
2 files changed
+23
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
143 | 153 | | |
144 | 154 | | |
145 | 155 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
948 | 949 | | |
949 | 950 | | |
950 | 951 | | |
| 952 | + | |
| 953 | + | |
| 954 | + | |
| 955 | + | |
| 956 | + | |
| 957 | + | |
951 | 958 | | |
952 | 959 | | |
953 | 960 | | |
| |||
2255 | 2262 | | |
2256 | 2263 | | |
2257 | 2264 | | |
| 2265 | + | |
2258 | 2266 | | |
2259 | 2267 | | |
2260 | 2268 | | |
| |||
2284 | 2292 | | |
2285 | 2293 | | |
2286 | 2294 | | |
| 2295 | + | |
2287 | 2296 | | |
2288 | 2297 | | |
2289 | 2298 | | |
| |||
2388 | 2397 | | |
2389 | 2398 | | |
2390 | 2399 | | |
| 2400 | + | |
| 2401 | + | |
| 2402 | + | |
| 2403 | + | |
2391 | 2404 | | |
2392 | 2405 | | |
2393 | 2406 | | |
| |||
0 commit comments