[next] telepathy-spec: ConnectionManager: Mark Protocols property as immutable.
Simon McVittie
smcv at kemper.freedesktop.org
Fri May 11 06:27:11 PDT 2012
Module: telepathy-spec
Branch: next
Commit: 7f57c678bc31511a78d7f7f6c1b62bbc24c57240
URL: http://cgit.freedesktop.org/telepathy/telepathy-spec/commit/?id=7f57c678bc31511a78d7f7f6c1b62bbc24c57240
Author: Andre Moreira Magalhaes (andrunko) <andre.magalhaes at collabora.co.uk>
Date: Tue Apr 3 15:34:13 2012 -0300
ConnectionManager: Mark Protocols property as immutable.
---
spec/Connection_Manager.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/spec/Connection_Manager.xml b/spec/Connection_Manager.xml
index 9782db5..ada5057 100644
--- a/spec/Connection_Manager.xml
+++ b/spec/Connection_Manager.xml
@@ -234,7 +234,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:mapping>
<property name="Protocols" tp:name-for-bindings="Protocols"
- access="read" type="a{sa{sv}}" tp:type="Protocol_Properties_Map">
+ access="read" type="a{sa{sv}}" tp:type="Protocol_Properties_Map"
+ tp:immutable="yes">
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>A map from protocol identifiers supported by this connection
manager to the immutable properties of the corresponding
More information about the telepathy-commits
mailing list