diff options
author | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2012-04-03 15:34:13 -0300 |
---|---|---|
committer | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2012-04-03 15:34:13 -0300 |
commit | 7f57c678bc31511a78d7f7f6c1b62bbc24c57240 (patch) | |
tree | c841051180b0dc22f2874653cf01aace215607bc /spec/Connection_Manager.xml | |
parent | 24ec0ecec5da22e1cc2325cc040ba64bde95d6b5 (diff) |
ConnectionManager: Mark Protocols property as immutable.
Diffstat (limited to 'spec/Connection_Manager.xml')
-rw-r--r-- | 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 9782db59..ada5057d 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 |