summaryrefslogtreecommitdiff
path: root/spec/Channel_Interface_Messages.xml
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-09-10 13:48:37 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-09-10 13:48:37 +0100
commitafa0599419bfd12b2663339673d469da37052623 (patch)
tree37268def78b26576ba47bd23b4d0b4e673c24fce /spec/Channel_Interface_Messages.xml
parent9c6a27f7b1796abfd0e30ec0e38a7bdbf3aa3863 (diff)
downloadtelepathy-glib-afa0599419bfd12b2663339673d469da37052623.tar.gz
Update to spec 0.17.10
Diffstat (limited to 'spec/Channel_Interface_Messages.xml')
-rw-r--r--spec/Channel_Interface_Messages.xml25
1 files changed, 14 insertions, 11 deletions
diff --git a/spec/Channel_Interface_Messages.xml b/spec/Channel_Interface_Messages.xml
index 7ba2f8e9f..232a1995a 100644
--- a/spec/Channel_Interface_Messages.xml
+++ b/spec/Channel_Interface_Messages.xml
@@ -61,7 +61,8 @@ USA.</p>
(which are guaranteed to duplicate signals from this interface).</p>
</tp:docstring>
- <property name="SupportedContentTypes" type="as" access="read">
+ <property name="SupportedContentTypes" type="as" access="read"
+ tp:name-for-bindings="Supported_Content_Types">
<tp:docstring>
A list of MIME types supported by this channel, with more preferred
MIME types appearing earlier in the list. The list MAY include "*/*"
@@ -72,8 +73,8 @@ USA.</p>
</property>
<property name="MessagePartSupportFlags" type="u"
- tp:type="Message_Part_Support_Flags"
- access="read">
+ tp:type="Message_Part_Support_Flags" access="read"
+ tp:name-for-bindings="Message_Part_Support_Flags">
<tp:docstring>
Flags indicating the level of support for message parts on this
channel.
@@ -190,12 +191,12 @@ USA.</p>
identifier.</dd>
-->
- <dt>message-sent (u - <tp:type>Unix_Timestamp</tp:type>)</dt>
+ <dt>message-sent (t - <tp:type>Unix_Timestamp64</tp:type>)</dt>
<dd>The time the message was sent (if unavailable, the time
it arrived at a central server MAY be used). Omitted if no
reasonable approximation is available</dd>
- <dt>message-received (u - <tp:type>Unix_Timestamp</tp:type>)</dt>
+ <dt>message-received (t - <tp:type>Unix_Timestamp64</tp:type>)</dt>
<dd>The time the message was received locally. SHOULD always
be present.</dd>
@@ -426,7 +427,7 @@ USA.</p>
</tp:docstring>
</tp:simple-type>
- <method name="SendMessage">
+ <method name="SendMessage" tp:name-for-bindings="Send_Message">
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>Submit a message to the server for sending.
If this method returns successfully, the message has been submitted
@@ -492,7 +493,7 @@ USA.</p>
</tp:flag>
</tp:flags>
- <signal name="MessageSent">
+ <signal name="MessageSent" tp:name-for-bindings="Message_Sent">
<tp:docstring>
Signals that a message has been submitted for sending. This
MUST be emitted exactly once per emission of the Sent signal on the
@@ -528,7 +529,7 @@ USA.</p>
</signal>
<property name="PendingMessages" type="aaa{sv}" access="read"
- tp:type="Message_Part[][]">
+ tp:type="Message_Part[][]" tp:name-for-bindings="Pending_Messages">
<tp:docstring>
A list of incoming messages that have neither been acknowledged nor
rejected. This list is a superset of the one returned by
@@ -537,7 +538,8 @@ USA.</p>
</tp:docstring>
</property>
- <signal name="PendingMessagesRemoved">
+ <signal name="PendingMessagesRemoved"
+ tp:name-for-bindings="Pending_Messages_Removed">
<tp:docstring>
The messages with the given IDs have been removed from the
PendingMessages list. Clients SHOULD NOT attempt to acknowledge
@@ -557,7 +559,8 @@ USA.</p>
</arg>
</signal>
- <method name="GetPendingMessageContent">
+ <method name="GetPendingMessageContent"
+ tp:name-for-bindings="Get_Pending_Message_Content">
<tp:docstring>
Retrieve the content of one or more parts of a pending message.
Note that this function may take a considerable amount of time
@@ -609,7 +612,7 @@ USA.</p>
</tp:possible-errors>
</method>
- <signal name="MessageReceived">
+ <signal name="MessageReceived" tp:name-for-bindings="Message_Received">
<tp:docstring>
Signals that a message has been received and added to the pending
messages queue. This MUST be emitted exactly once per emission of the