[spec] Add action-icons hint and server capability
https://bugzilla.gnome.org/show_bug.cgi?id=633510
This commit is contained in:
parent
714c29afcc
commit
1fdab39d65
|
@ -652,6 +652,18 @@
|
||||||
</row>
|
</row>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody valign="top">
|
<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>>= 1.2</entry>
|
||||||
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry><literal>"category"</literal></entry>
|
<entry><literal>"category"</literal></entry>
|
||||||
<entry>string</entry>
|
<entry>string</entry>
|
||||||
|
@ -812,6 +824,14 @@
|
||||||
<title>Server Capabilities</title>
|
<title>Server Capabilities</title>
|
||||||
<tgroup cols="2">
|
<tgroup cols="2">
|
||||||
<tbody valign="top">
|
<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>
|
<row>
|
||||||
<entry><literal>"actions"</literal></entry>
|
<entry><literal>"actions"</literal></entry>
|
||||||
<entry>
|
<entry>
|
||||||
|
|
Loading…
Reference in New Issue