summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2011-11-07 10:28:08 +0100
committerXavier Claessens <xclaesse@gmail.com>2011-11-07 11:44:45 +0100
commitac4ec7d761609c4958688b171f45f9bfbec43c06 (patch)
treef7ed5c40a3691baaf89b49ae30877f8ac618b0dc /spec
parent416f160fca15e778d56af5f6938c71428338f1f5 (diff)
Deprecate Channel.Type.ContactList
They have been replaced by Connection.Interface.ContactList
Diffstat (limited to 'spec')
-rw-r--r--spec/spec/Channel_Type_Contact_List.xml3
-rw-r--r--spec/spec/Connection.xml12
2 files changed, 15 insertions, 0 deletions
diff --git a/spec/spec/Channel_Type_Contact_List.xml b/spec/spec/Channel_Type_Contact_List.xml
index 5a0d33362..4dad8e428 100644
--- a/spec/spec/Channel_Type_Contact_List.xml
+++ b/spec/spec/Channel_Type_Contact_List.xml
@@ -21,6 +21,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<interface name="org.freedesktop.Telepathy.Channel.Type.ContactList">
<tp:requires interface="org.freedesktop.Telepathy.Channel"/>
<tp:requires interface="org.freedesktop.Telepathy.Channel.Interface.Group"/>
+ <tp:deprecated version="0.UNRELEASED">Replaced by <tp:dbus-ref
+ namespace="org.freedesktop.Telepathy">Connection.Interface.ContactList</tp:dbus-ref>
+ </tp:deprecated>
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>A channel type for representing a list of people on the server which is
diff --git a/spec/spec/Connection.xml b/spec/spec/Connection.xml
index 0ba095a9e..59e2ca429 100644
--- a/spec/spec/Connection.xml
+++ b/spec/spec/Connection.xml
@@ -595,11 +595,17 @@ USA.</p>
</tp:docstring>
</tp:enumvalue>
<tp:enumvalue suffix="List" value="3">
+ <tp:deprecated version="0.UNRELEASED">Replaced by <tp:dbus-ref
+ namespace="org.freedesktop.Telepathy">Connection.Interface.ContactList</tp:dbus-ref>
+ </tp:deprecated>
<tp:docstring>
A server-generated contact list (see Channel.Interface.Group)
</tp:docstring>
</tp:enumvalue>
<tp:enumvalue suffix="Group" value="4">
+ <tp:deprecated version="0.UNRELEASED">Replaced by <tp:dbus-ref
+ namespace="org.freedesktop.Telepathy">Connection.Interface.ContactList</tp:dbus-ref>
+ </tp:deprecated>
<tp:docstring>
A user-defined contact list (see Channel.Interface.Group)
</tp:docstring>
@@ -625,12 +631,18 @@ USA.</p>
<tp:simple-type name="List_Handle" type="u"
array-name="List_Handle_List">
+ <tp:deprecated version="0.UNRELEASED">Replaced by <tp:dbus-ref
+ namespace="org.freedesktop.Telepathy">Connection.Interface.ContactList</tp:dbus-ref>
+ </tp:deprecated>
<tp:docstring>An unsigned 32-bit integer representing a handle of type
Handle_Type_List</tp:docstring>
</tp:simple-type>
<tp:simple-type name="Group_Handle" type="u"
array-name="Group_Handle_List">
+ <tp:deprecated version="0.UNRELEASED">Replaced by <tp:dbus-ref
+ namespace="org.freedesktop.Telepathy">Connection.Interface.ContactList</tp:dbus-ref>
+ </tp:deprecated>
<tp:docstring>An unsigned 32-bit integer representing a handle of type
Handle_Type_Group</tp:docstring>
</tp:simple-type>