summaryrefslogtreecommitdiff
path: root/spec/Connection_Manager.xml
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-03-20 15:28:15 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-03-20 15:28:15 +0000
commit99577c38751ff46402257a6fadd255ea797bf2db (patch)
treee850564def1b3dc53d88a0870d9817db28cd58e0 /spec/Connection_Manager.xml
parent693a4ffb0bff674b6afddba2dce61781f83903ea (diff)
downloadtelepathy-glib-99577c38751ff46402257a6fadd255ea797bf2db.tar.gz
Update from telepathy-spec HEAD to pick up Hold-related enhancements to Media.StreamHandler
After this is merged, telepathy-glib should not be released until the next release of telepathy-spec is integrated. 20080320152815-53eee-def974bcf8e6857a2c9090dcd6a1a6609734e365.gz
Diffstat (limited to 'spec/Connection_Manager.xml')
-rw-r--r--spec/Connection_Manager.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/spec/Connection_Manager.xml b/spec/Connection_Manager.xml
index 4d3bfade2..94902940a 100644
--- a/spec/Connection_Manager.xml
+++ b/spec/Connection_Manager.xml
@@ -112,6 +112,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:docstring>
</tp:flag>
</tp:flags>
+
<method name="GetParameters">
<arg direction="in" name="proto" type="s" tp:type="Protocol">
<tp:docstring>
@@ -135,18 +136,19 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:error>
</tp:possible-errors>
</method>
+
<method name="ListProtocols">
<arg direction="out" type="as" tp:type="Protocol[]">
<tp:docstring>
A array of string protocol identifiers supported by this manager
</tp:docstring>
</arg>
- <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
+ <tp:docstring>
Get a list of protocol identifiers that are implemented by this
- connection manager. The following well-known values should be used
- when applicable:
+ connection manager.
</tp:docstring>
</method>
+
<signal name="NewConnection">
<arg name="bus_name" type="s" tp:type="DBus_Bus_Name">
<tp:docstring>
@@ -167,6 +169,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
Emitted when a new Connection object is created.
</tp:docstring>
</signal>
+
<method name="RequestConnection">
<arg direction="in" name="proto" type="s" tp:type="Protocol">
<tp:docstring>
@@ -179,7 +182,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
A dictionary mapping parameter name to the variant boxed value
</tp:docstring>
</arg>
- <arg direction="out" type="s">
+ <arg direction="out" type="s" tp:type="DBus_Bus_Name">
<tp:docstring>
A D-Bus service name where the new Connection object can be found
</tp:docstring>
@@ -289,6 +292,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:error>
</tp:possible-errors>
</method>
+
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>A D-Bus service which allows connections to be created. The manager
processes are intended to be started by D-Bus service activation.</p>