summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2010-10-28 14:14:09 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2010-10-28 14:14:09 -0400
commit487297e0729349943af8b30542a1d248d5c4f8e6 (patch)
tree9bc039bd6cb1f9ee0c7d6baa1113d7babfa59e26
parent5a41ef5a09b9e63951555fea726e8f15d8205c68 (diff)
downloadlibnotify-487297e0729349943af8b30542a1d248d5c4f8e6.tar.gz
Add resident hint to the spec.
https://bugzilla.gnome.org/show_bug.cgi?id=633313
-rw-r--r--docs/notification-spec.xml28
1 files changed, 20 insertions, 8 deletions
diff --git a/docs/notification-spec.xml b/docs/notification-spec.xml
index 7df9e05..9eb32f7 100644
--- a/docs/notification-spec.xml
+++ b/docs/notification-spec.xml
@@ -734,14 +734,6 @@
</thead>
<tbody valign="top">
<row>
- <entry><literal>"urgency"</literal></entry>
- <entry>byte</entry>
- <entry>
- The urgency level.
- </entry>
- <entry/>
- </row>
- <row>
<entry><literal>"category"</literal></entry>
<entry>string</entry>
<entry>
@@ -788,6 +780,18 @@
<entry>&lt; 1.1</entry>
</row>
<row>
+ <entry><literal>"resident"</literal></entry>
+ <entry>boolean</entry>
+ <entry>
+ When set the server will not automatically remove the
+ notification when an action has been invoked. The notification
+ will remain resident in the server until it is explicitly
+ removed by the user or by the sender. This hint is likely only
+ useful when the server has the "persistence" capability.
+ </entry>
+ <entry/>
+ </row>
+ <row>
<entry><literal>"sound-file"</literal></entry>
<entry>string</entry>
<entry>
@@ -834,6 +838,14 @@
</entry>
<entry/>
</row>
+ <row>
+ <entry><literal>"urgency"</literal></entry>
+ <entry>byte</entry>
+ <entry>
+ The urgency level.
+ </entry>
+ <entry/>
+ </row>
</tbody>
</tgroup>
</table>