diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2008-11-18 13:17:19 +0000 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2008-11-18 13:18:18 +0000 |
commit | f24e4b80beacf6221e58985ce4670ae968d9510e (patch) | |
tree | 0033d1a989d52a847d150aa678f5a7b99de81103 /spec/Channel_Interface_Messages.xml | |
parent | b034288c6d03d5f2978f551e3165c5e40f2e7f24 (diff) |
Messages: add Message_Sending_Flags to MessageSent signal
Diffstat (limited to 'spec/Channel_Interface_Messages.xml')
-rw-r--r-- | spec/Channel_Interface_Messages.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/Channel_Interface_Messages.xml b/spec/Channel_Interface_Messages.xml index 7da6ba2a..191461b1 100644 --- a/spec/Channel_Interface_Messages.xml +++ b/spec/Channel_Interface_Messages.xml @@ -832,6 +832,14 @@ USA.</p> </tp:docstring> </arg> + <arg name="Flags" type="u" tp:type="Message_Sending_Flags"> + <tp:docstring> + <p>Flags affecting how the message was sent. The flags might be a + subset of those passed to SendMessage if the caller requested + unsupported flags.</p> + </tp:docstring> + </arg> + <arg name="Message_Token" type="s" tp:type="Sent_Message_Token"> <tp:docstring> An opaque token used to match any incoming delivery or failure |