summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-06-05 11:39:06 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-06-05 11:39:06 +0000
commitce5169a1acc0b3fb842908b1e3c301c533f241b8 (patch)
treea8567f042c68beb5abc459024122a18ebee36f70 /spec
parent421998915b97c35f2b48cd212bcc9c5b51593ef6 (diff)
Channel: add added/deprecated annotations
Diffstat (limited to 'spec')
-rw-r--r--spec/Channel.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/spec/Channel.xml b/spec/Channel.xml
index faf9d00a..e6e2e898 100644
--- a/spec/Channel.xml
+++ b/spec/Channel.xml
@@ -22,6 +22,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<property name="ChannelType" type="s" tp:type="DBus_Interface"
access="read">
+ <tp:added version="0.17.UNRELEASED"/>
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>The channel's type. This cannot change once the channel has
been created.</p>
@@ -39,6 +40,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<property name="Interfaces" type="as" tp:type="DBus_Interface[]"
access="read">
+ <tp:added version="0.17.UNRELEASED"/>
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>Extra interfaces provided by this channel. This SHOULD NOT include
the channel type and the Channel interface itself, and cannot
@@ -61,6 +63,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</property>
<property name="TargetHandle" type="u" access="read" tp:type="Handle">
+ <tp:added version="0.17.UNRELEASED"/>
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>The handle (a representation for the identifier) of the contact,
chatroom, etc. with which this handle communicates. Its type
@@ -81,6 +84,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<property name="TargetHandleType" type="u" access="read"
tp:type="Handle_Type">
+ <tp:added version="0.17.UNRELEASED"/>
<tp:docstring>
The type of TargetHandle.
</tp:docstring>
@@ -121,6 +125,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</signal>
<method name="GetChannelType">
+ <tp:deprecated version="0.17.UNRELEASED">Use the ChannelType
+ property if possible.</tp:deprecated>
<arg direction="out" type="s" tp:type="DBus_Interface">
<tp:docstring>The interface name</tp:docstring>
</arg>
@@ -137,6 +143,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</method>
<method name="GetHandle">
+ <tp:deprecated version="0.17.UNRELEASED">Use the TargetHandleType
+ and TargetHandle properties if possible.</tp:deprecated>
<arg direction="out" type="u" tp:type="Handle_Type">
<tp:docstring>
The same as TargetHandleType.
@@ -162,6 +170,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</method>
<method name="GetInterfaces">
+ <tp:deprecated version="0.17.UNRELEASED">Use the Interfaces
+ property if possible.</tp:deprecated>
<arg direction="out" type="as" tp:type="DBus_Interface[]">
<tp:docstring>
An array of the D-Bus interface names