[telepathy-mission-control/master] Move Channel_Count_Map from generic-types to Stats
Simon McVittie
simon.mcvittie at collabora.co.uk
Mon Jul 27 10:36:59 PDT 2009
There's nothing generic about it - it's completely Telepathy-specific, and
indeed Stats-specific.
---
xml/Account_Interface_Stats.xml | 6 ++++++
xml/generic-types.xml | 6 ------
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/xml/Account_Interface_Stats.xml b/xml/Account_Interface_Stats.xml
index 8348168..6ccef24 100644
--- a/xml/Account_Interface_Stats.xml
+++ b/xml/Account_Interface_Stats.xml
@@ -20,6 +20,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</tp:license>
<interface name="com.nokia.Account.Interface.Stats">
+ <tp:mapping name="Channel_Count_Map">
+ <tp:docstring>A mapping from strings representing channel types to their usage count</tp:docstring>
+ <tp:member type="s" name="Key"/>
+ <tp:member type="u" name="Value"/>
+ </tp:mapping>
+
<property name="ChannelCount" tp:name-for-bindings="Channel_Count"
type="a{su}" tp:type="Channel_Count_Map" access="read">
<tp:docstring>
diff --git a/xml/generic-types.xml b/xml/generic-types.xml
index 55ae77a..72e6c7b 100644
--- a/xml/generic-types.xml
+++ b/xml/generic-types.xml
@@ -97,10 +97,4 @@
<tp:member type="s" name="Value"/>
</tp:mapping>
- <tp:mapping name="Channel_Count_Map">
- <tp:docstring>A mapping from strings representing channel types to their usage count</tp:docstring>
- <tp:member type="s" name="Key"/>
- <tp:member type="u" name="Value"/>
- </tp:mapping>
-
</tp:generic-types>
--
1.5.6.5
More information about the telepathy-commits
mailing list