From 3ee5d94f977b8d80b874ae654a201bd952120ed2 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Tue, 4 Aug 2009 11:22:33 +0100 Subject: [PATCH] Document GetConnectionUnixProcessID in the spec --- doc/dbus-specification.xml | 51 ++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 51 insertions(+), 0 deletions(-) diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 8d10aad..081d085 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -3924,6 +3924,57 @@ + + <literal>org.freedesktop.DBus.GetConnectionUnixProcessID</literal> + + As a method: + + UINT32 GetConnectionUnixProcessID (in STRING connection_name) + + Message arguments: + + + + + Argument + Type + Description + + + + + 0 + STRING + Name of the connection to query + + + + + 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, a + org.freedesktop.DBus.Error.Failed error is returned. + + + <literal>org.freedesktop.DBus.AddMatch</literal> -- 1.6.3.3