NotificationClosed now returns a reason of 3 when CloseNotification is called. 4 is now Undefined/Reserved.
This commit is contained in:
parent
9fe2dbeb18
commit
1c085e545e
|
@ -1,3 +1,9 @@
|
|||
Thu Sep 02 00:53:17 PDT 2004 Christian Hammond <chipx86@gnupdate.org>
|
||||
|
||||
* notification-spec.xml:
|
||||
- NotificationClosed now returns a reason of 3 when CloseNotification
|
||||
is called. 4 is now Undefined/Reserved.
|
||||
|
||||
Wed Sep 01 01:04:45 PDT 2004 Christian Hammond <chipx86@gnupdate.org>
|
||||
|
||||
* notification-spec.xml:
|
||||
|
|
|
@ -407,7 +407,7 @@
|
|||
</para>
|
||||
|
||||
<sect2 id="commands">
|
||||
<title>Message commands</title>
|
||||
<title>Message commands</title>
|
||||
|
||||
<sect3 id="command-get-capabilities">
|
||||
<title><literal>org.freedesktop.Notifications.GetCapabilities</literal></title>
|
||||
|
@ -756,7 +756,9 @@
|
|||
<para>The reason the notification was closed.</para>
|
||||
<para>1 - The notification expired.</para>
|
||||
<para>2 - The notification was dismissed by the user.</para>
|
||||
<para>3 - "Other" reasons.</para>
|
||||
<para>3 - The notification was closed by a call to
|
||||
<literal>CloseNotification</literal>.</para>
|
||||
<para>4 - Undefined/reserved reasons.</para>
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in New Issue