summaryrefslogtreecommitdiff
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
commitd919bdce7eb7f9f1f0e90e31236bd4c886d35df8 (patch)
treefd9371283d3aedc5c611098fd1b15942d9069a26
parent13df0c069f64c229224f56ca2edc236b4f719c51 (diff)
Deprecate Channel.Type.ContactList
They have been replaced by Connection.Interface.ContactList
-rw-r--r--spec/Channel_Type_Contact_List.xml3
-rw-r--r--spec/Connection.xml12
2 files changed, 15 insertions, 0 deletions
diff --git a/spec/Channel_Type_Contact_List.xml b/spec/Channel_Type_Contact_List.xml
index 5a0d3336..4dad8e42 100644
--- a/spec/Channel_Type_Contact_List.xml
+++ b/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/Connection.xml b/spec/Connection.xml
index 0ba095a9..59e2ca42 100644
--- a/spec/Connection.xml
+++ b/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>