From 0171da06ef8bb19c175c5aa8aff8cf95f3de7dc1 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 19 Nov 2014 21:12:54 +0100 Subject: busctl: add new "introspect" verb for introspecting objects --- man/busctl.xml | 36 ++++++++++++++++++++++-------------- 1 file changed, 22 insertions(+), 14 deletions(-) (limited to 'man') diff --git a/man/busctl.xml b/man/busctl.xml index 730a3344d6..ccbd832a75 100644 --- a/man/busctl.xml +++ b/man/busctl.xml @@ -186,13 +186,10 @@ along with systemd; If not, see . - tree SERVICE + status SERVICE - Shows an object tree of one or more - services. If SERVICE is specified, - show object tree of the specified services only. Otherwise, - show all object trees of all services on the bus that acquired - at least one well-known name. + Show process information and credentials of a + bus service. @@ -201,7 +198,7 @@ along with systemd; If not, see . Dump messages being exchanged. If SERVICE is specified, show messages to or from this endpoint. Otherwise, show all messages on the - bus. + bus. Use Ctrl-C to terminate dump. @@ -218,24 +215,35 @@ along with systemd; If not, see . - status SERVICE + tree SERVICE - Show process information and credentials of a - bus service. + Shows an object tree of one or more + services. If SERVICE is specified, + show object tree of the specified services only. Otherwise, + show all object trees of all services on the bus that acquired + at least one well-known name. + + + + introspect SERVICE OBJECT + + Show interfaces, methods, properties and + signals of the specified object (identified by its path) on + the specified service. - call SERVICE OBJECT INTERFACE METHOD SIGNATURE PARAMETERS + call SERVICE OBJECT INTERFACE METHOD SIGNATURE ARGUMENT Invoke a method and show the response. Takes a service name, object path, interface name and method name. If parameters shall be passed to the method call a signature - string is required, followed by the individual parameters, - individually formatted as textual arguments. + string is required, followed by the individual arguments, + individually formatted as textual parameters. - get-property SERVICE OBJECT INTERFACE PROPERTIES + get-property SERVICE OBJECT INTERFACE PROPERTY Retrieve the current value one or more object properties. Takes a service name and object path. Optionally -- cgit v1.2.3-54-g00ecf