summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-15 22:15:22 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-15 22:15:22 +0100
commit70abd9c6a8e1fc0d1d3c5893653366a819fab22a (patch)
tree381bc7124816b80a69cba6d3dfb3c88a4379ed5b /spec
parent4209eecdb536dc92f831020ad3504537103f7a7f (diff)
downloadtelepathy-glib-70abd9c6a8e1fc0d1d3c5893653366a819fab22a.tar.gz
Update spec to 0.19.5 instead (correct codegen for Contact_Info_Flags)
Diffstat (limited to 'spec')
-rw-r--r--spec/Connection_Interface_Contact_Info.xml12
-rw-r--r--spec/all.xml2
2 files changed, 7 insertions, 7 deletions
diff --git a/spec/Connection_Interface_Contact_Info.xml b/spec/Connection_Interface_Contact_Info.xml
index b77293514..91a948e6c 100644
--- a/spec/Connection_Interface_Contact_Info.xml
+++ b/spec/Connection_Interface_Contact_Info.xml
@@ -306,7 +306,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:possible-errors>
</method>
- <tp:enum name="Contact_Info_Flags" value-prefix="Contact_Info_Flag"
+ <tp:flags name="Contact_Info_Flags" value-prefix="Contact_Info_Flag"
type="u">
<tp:docstring>
Flags defining the behaviour of contact information on this protocol.
@@ -315,22 +315,22 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
and when it changes.
</tp:docstring>
- <tp:enumvalue suffix="Can_Set" value="1">
+ <tp:flag suffix="Can_Set" value="1">
<tp:docstring>
Indicates that <tp:member-ref>SetContactInfo</tp:member-ref> is
supported on this connection.
</tp:docstring>
- </tp:enumvalue>
+ </tp:flag>
- <tp:enumvalue suffix="Push" value="2">
+ <tp:flag suffix="Push" value="2">
<tp:docstring>
Indicates that the protocol pushes all contacts' information to the
connection manager without prompting. If set,
<tp:member-ref>ContactInfoChanged</tp:member-ref> will be emitted
whenever contacts' information changes.
</tp:docstring>
- </tp:enumvalue>
- </tp:enum>
+ </tp:flag>
+ </tp:flags>
<tp:simple-type name="VCard_Field" type="s">
<tp:docstring>
diff --git a/spec/all.xml b/spec/all.xml
index 9ae5b3db7..a5ea1c4d2 100644
--- a/spec/all.xml
+++ b/spec/all.xml
@@ -3,7 +3,7 @@
xmlns:xi="http://www.w3.org/2001/XInclude">
<tp:title>Telepathy D-Bus Interface Specification</tp:title>
-<tp:version>0.19.4</tp:version>
+<tp:version>0.19.5</tp:version>
<tp:copyright>Copyright © 2005-2010 Collabora Limited</tp:copyright>
<tp:copyright>Copyright © 2005-2010 Nokia Corporation</tp:copyright>