From 19670f221f0c59089b51d3aa5493b00086b92550 Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Thu, 27 Mar 2003 00:43:39 +0000 Subject: More updates --- doc/dbus-specification.sgml | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) (limited to 'doc/dbus-specification.sgml') diff --git a/doc/dbus-specification.sgml b/doc/dbus-specification.sgml index 7048e604..5d150e86 100644 --- a/doc/dbus-specification.sgml +++ b/doc/dbus-specification.sgml @@ -71,6 +71,13 @@ application that accepts connections from multiple other applications, and forwards messages among them. + + Things that D-BUS can be used for is for example notification of + system changes (notification of when a camera is plugged in to a + computer, or a new version of some software has been installed), + or desktop interoperablity, for example a file monitoring + service or a configuration service. + @@ -1732,7 +1739,7 @@ 0 UINT32 Result code; DBUS_ACTIVATION_REPLY_ACTIVATED if - the service was activated successfutly or + the service was activated successfully or DBUS_ACTIVATION_REPLY_ALREADY_ACTIVE if the service is already active. @@ -1748,6 +1755,32 @@ queued for the new service or is there a race] + + + <literal>org.freedesktop.DBus.Error.NoMemory</literal> + + As a method: + + void NoMemory () + + + + Sent by the message bus when it can't process a message due to an out of memory failure. + + + + + <literal>org.freedesktop.DBus.Error.ServiceDoesNotExist</literal> + + As a method: + + void ServiceDoesNotExist (in STRING error) + + + + Sent by the message bus as a reply to a client that tried to send a message to a service that doesn't exist. + + -- cgit