[libnotify] Add resident hint to the spec.



commit 487297e0729349943af8b30542a1d248d5c4f8e6
Author: William Jon McCann <jmccann redhat com>
Date:   Thu Oct 28 14:14:09 2010 -0400

    Add resident hint to the spec.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=633313

 docs/notification-spec.xml |   28 ++++++++++++++++++++--------
 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>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]