From 37853b6dd04fa32a6f948438d2fbdcd08bd473e4 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Thu, 10 Jul 2008 13:19:44 -0400 Subject: Add new UpdateActivationEnvironment bus message It adjusts the environment of activated bus clients. This is important for session managers that get started after the session bus daemon and want to influence the environment of desktop services that are started by the bus. --- doc/dbus-specification.xml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'doc') diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 932ba0a3..9b22c84a 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -3678,6 +3678,40 @@ + + <literal>org.freedesktop.DBus.UpdateActivationEnvironment</literal> + + As a method: + + UpdateActivationEnvironment (in ARRAY of DICT<STRING,STRING> environment) + + Message arguments: + + + + + Argument + Type + Description + + + + + 0 + ARRAY of DICT<STRING,STRING> + Environment to add or update + + + + + Normally, session bus activated services inherit the environment of the bus daemon. This method adds to or modifies that environment when activating services. + + + Some bus instances, such as the standard system bus, may disable access to this method for some or all callers. + + + + <literal>org.freedesktop.DBus.GetNameOwner</literal> -- cgit