[libnotify] [spec] Add action-icons hint and server capability



commit 1fdab39d6501ff45117e917256501d8b1a1d1d7a
Author: William Jon McCann <jmccann redhat com>
Date:   Fri Oct 29 18:17:11 2010 -0400

    [spec] Add action-icons hint and server capability
    
    https://bugzilla.gnome.org/show_bug.cgi?id=633510

 docs/notification-spec.xml |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)
---
diff --git a/docs/notification-spec.xml b/docs/notification-spec.xml
index 317e288..20b379b 100644
--- a/docs/notification-spec.xml
+++ b/docs/notification-spec.xml
@@ -653,6 +653,18 @@
     </thead>
     <tbody valign="top">
      <row>
+      <entry><literal>"action-icons"</literal></entry>
+      <entry>boolean</entry>
+      <entry>
+       When set, a server that has the "action-icons" capability will
+       attempt to interpret any action identifier as a named icon.
+       The localized display name will be used to annotate the icon
+       for accessibility purposes.  The icon name should be compliant
+       with the Freedesktop.org Icon Naming Specification.
+      </entry>
+      <entry>&gt;= 1.2</entry>
+     </row>
+     <row>
       <entry><literal>"category"</literal></entry>
       <entry>string</entry>
       <entry>
@@ -813,6 +825,14 @@
      <tgroup cols="2">
       <tbody valign="top">
        <row>
+        <entry><literal>"action-icons"</literal></entry>
+        <entry>
+         Supports using icons instead of text for displaying actions.
+         Using icons for actions must be enabled on a per-notification
+         basis using the "action-icons" hint.
+        </entry>
+       </row>
+       <row>
         <entry><literal>"actions"</literal></entry>
         <entry>
          The server will provide the specified actions to the user. Even if



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