From: Will Thompson Date: Tue, 4 Aug 2009 10:22:33 +0000 (+0100) Subject: Document GetConnectionUnixProcessID in the spec X-Git-Tag: dbus-1.3.1~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=318c55c9c0e07e0da6e5994c2abb4e23a42cfed9;p=thirdparty%2Fdbus.git Document GetConnectionUnixProcessID in the spec --- diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index a9f3b344a..297eaa222 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -4162,6 +4162,59 @@ + + <literal>org.freedesktop.DBus.GetConnectionUnixProcessID</literal> + + As a method: + + UINT32 GetConnectionUnixProcessID (in STRING bus_name) + + Message arguments: + + + + + Argument + Type + Description + + + + + 0 + STRING + Unique or well-known bus name of the connection to + query, such as :12.34 or + com.example.tea + + + + + Reply arguments: + + + + + Argument + Type + Description + + + + + 0 + UINT32 + Unix process id + + + + + Returns the Unix process ID of the process connected to the server. If + unable to determine it (for instance, because the process is not on the + same machine as the bus daemon), an error is returned. + + + <literal>org.freedesktop.DBus.AddMatch</literal>