summaryrefslogtreecommitdiff
path: root/spec/generic-types.xml
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-09-10 11:32:11 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-09-10 11:32:11 +0100
commit1473e1f8f782a263ec1fbcd21efa978651da0a42 (patch)
treed171cb4927cbfe1bfb5dee5e07f437e0dbd35900 /spec/generic-types.xml
parent440985d4b96bb86da114e1855dc402b7e9859702 (diff)
downloadtelepathy-glib-1473e1f8f782a263ec1fbcd21efa978651da0a42.tar.gz
Update to spec 0.19.12
- NotYet error is generated - Object_Immutable_Properties_Map is generated - TP_PROP_CONNECTION_INTERFACE_CELLULAR_OVERRIDE_MESSAGE_SERVICE_CENTRE
Diffstat (limited to 'spec/generic-types.xml')
-rw-r--r--spec/generic-types.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/spec/generic-types.xml b/spec/generic-types.xml
index c017ba595..014f8ada4 100644
--- a/spec/generic-types.xml
+++ b/spec/generic-types.xml
@@ -195,4 +195,21 @@
</tp:docstring>
</tp:simple-type>
+ <tp:mapping name="Object_Immutable_Properties_Map"
+ array-name="Object_Immutable_Properties_Map_List">
+ <tp:added version="0.19.12"/>
+ <tp:docstring>A mapping from object path to the immutable properties of
+ the object.</tp:docstring>
+ <tp:member type="o" name="Path">
+ <tp:docstring>
+ The object path of an object
+ </tp:docstring>
+ </tp:member>
+ <tp:member type="a{sv}" name="Immutable_Properties" tp:type="Qualified_Property_Value_Map">
+ <tp:docstring>
+ The immutable properties of the object
+ </tp:docstring>
+ </tp:member>
+ </tp:mapping>
+
</tp:generic-types>