Add resident hint to the spec.

https://bugzilla.gnome.org/show_bug.cgi?id=633313
This commit is contained in:
William Jon McCann 2010-10-28 14:14:09 -04:00
parent 5a41ef5a09
commit 487297e072
1 changed files with 20 additions and 8 deletions

View File

@ -733,14 +733,6 @@
</row> </row>
</thead> </thead>
<tbody valign="top"> <tbody valign="top">
<row>
<entry><literal>"urgency"</literal></entry>
<entry>byte</entry>
<entry>
The urgency level.
</entry>
<entry/>
</row>
<row> <row>
<entry><literal>"category"</literal></entry> <entry><literal>"category"</literal></entry>
<entry>string</entry> <entry>string</entry>
@ -787,6 +779,18 @@
</entry> </entry>
<entry>&lt; 1.1</entry> <entry>&lt; 1.1</entry>
</row> </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> <row>
<entry><literal>"sound-file"</literal></entry> <entry><literal>"sound-file"</literal></entry>
<entry>string</entry> <entry>string</entry>
@ -834,6 +838,14 @@
</entry> </entry>
<entry/> <entry/>
</row> </row>
<row>
<entry><literal>"urgency"</literal></entry>
<entry>byte</entry>
<entry>
The urgency level.
</entry>
<entry/>
</row>
</tbody> </tbody>
</tgroup> </tgroup>
</table> </table>