diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2007-05-23 10:49:29 +0000 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2007-05-23 10:49:29 +0000 |
commit | 1b82ae9c4b7d160a7d2802df9b4915ffebfd7f67 (patch) | |
tree | b759ba2a550c912fee57e159fc69ba8ec0bceaa1 /spec | |
parent | 6f02d6ba0d4fbee8dd7ec82b52ecf929ad49ebba (diff) |
move D-Bus tube service description to OfferDBusTube params
Diffstat (limited to 'spec')
-rw-r--r-- | spec/Channel_Type_Tubes.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/spec/Channel_Type_Tubes.xml b/spec/Channel_Type_Tubes.xml index 83ac398f..4a242c39 100644 --- a/spec/Channel_Type_Tubes.xml +++ b/spec/Channel_Type_Tubes.xml @@ -41,8 +41,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. For each D-Bus tube, the connection manager listens on a D-Bus server address, as detailed in the D-Bus specification. On this address, it emulates a bus upon which each tube participant appears - as an endpoint. The service name of a D-Bus tube should be a - well-known D-Bus service name, of the form com.example.ServiceName. + as an endpoint. The objects and interfaces which are expected to exist on the emulated bus depend on the well-known name; typically, either the @@ -122,7 +121,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. </tp:docstring> <arg direction="in" name="service" type="s"> <tp:docstring> - A string representing the service that will be used over the tube. + A string representing the service name that will be used over the tube. + It should be a well-known D-Bus service name, of the form + com.example.ServiceName. </tp:docstring> </arg> <arg direction="in" name="parameters" type="a{sv}"> |