summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-09-05 08:31:58 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-09-05 08:31:58 -0400
commit3a60c433fd3a966a6b64c5937de9fe88750bd5a0 (patch)
tree8967a49936af0bdaad40a066f6b3242d77c7245f
parentf6638ebfb7808c96c749f8d1c910d6a0afc14cf6 (diff)
downloadlibnotify-3a60c433fd3a966a6b64c5937de9fe88750bd5a0.tar.gz
Spec: Clarify types of hints
Most type names were clear, but 'int' could map to different dbus types. Use conventional D-Bus type names througout.
-rw-r--r--docs/notification-spec.xml26
1 files changed, 13 insertions, 13 deletions
diff --git a/docs/notification-spec.xml b/docs/notification-spec.xml
index 2923fa1..ef408d3 100644
--- a/docs/notification-spec.xml
+++ b/docs/notification-spec.xml
@@ -663,7 +663,7 @@
<tbody valign="top">
<row>
<entry><literal>"action-icons"</literal></entry>
- <entry>boolean</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.
@@ -675,7 +675,7 @@
</row>
<row>
<entry><literal>"category"</literal></entry>
- <entry>string</entry>
+ <entry>STRING</entry>
<entry>
The type of notification this is.
</entry>
@@ -683,7 +683,7 @@
</row>
<row>
<entry><literal>"desktop-entry"</literal></entry>
- <entry>string</entry>
+ <entry>STRING</entry>
<entry>
This specifies the name of the desktop filename representing the
calling program. This should be the same as the prefix used for the
@@ -713,7 +713,7 @@
</row>
<row>
<entry><literal>"image-path"</literal></entry>
- <entry>string</entry>
+ <entry>STRING</entry>
<entry>
Alternative way to define the notification image. See <xref linkend="icons-and-images"/>.
</entry>
@@ -721,7 +721,7 @@
</row>
<row>
<entry><literal>"image_path"</literal></entry>
- <entry>string</entry>
+ <entry>STRING</entry>
<entry>
<emphasis>Deprecated</emphasis>. Use image-path instead.
</entry>
@@ -737,7 +737,7 @@
</row>
<row>
<entry><literal>"resident"</literal></entry>
- <entry>boolean</entry>
+ <entry>BOOLEAN</entry>
<entry>
When set the server will not automatically remove the
notification when an action has been invoked. The notification
@@ -749,7 +749,7 @@
</row>
<row>
<entry><literal>"sound-file"</literal></entry>
- <entry>string</entry>
+ <entry>STRING</entry>
<entry>
The path to a sound file to play when the notification pops up.
</entry>
@@ -757,7 +757,7 @@
</row>
<row>
<entry><literal>"sound-name"</literal></entry>
- <entry>string</entry>
+ <entry>STRING</entry>
<entry>
A themeable named sound from the freedesktop.org
<ulink url="http://0pointer.de/public/sound-naming-spec.html">sound naming specification</ulink>
@@ -768,7 +768,7 @@
</row>
<row>
<entry><literal>"suppress-sound"</literal></entry>
- <entry>boolean</entry>
+ <entry>BOOLEAN</entry>
<entry>
Causes the server to suppress playing any sounds, if it has that
ability. This is usually set when the client itself is going to
@@ -778,7 +778,7 @@
</row>
<row>
<entry><literal>"transient"</literal></entry>
- <entry>boolean</entry>
+ <entry>BOOLEAN</entry>
<entry>
When set the server will treat the notification as transient
and by-pass the server's persistence capability, if it should
@@ -788,7 +788,7 @@
</row>
<row>
<entry><literal>"x"</literal></entry>
- <entry>int</entry>
+ <entry>INT32</entry>
<entry>
Specifies the X location on the screen that the notification should
point to. The <literal>"y"</literal> hint must also be specified.
@@ -797,7 +797,7 @@
</row>
<row>
<entry><literal>"y"</literal></entry>
- <entry>int</entry>
+ <entry>INT32</entry>
<entry>
Specifies the Y location on the screen that the notification should
point to. The <literal>"x"</literal> hint must also be specified.
@@ -806,7 +806,7 @@
</row>
<row>
<entry><literal>"urgency"</literal></entry>
- <entry>byte</entry>
+ <entry>BYTE</entry>
<entry>
The urgency level.
</entry>