summaryrefslogtreecommitdiff
path: root/SPECIFICATION
diff options
context:
space:
mode:
authorChristian Hammond <chipx86@chipx86.com>2004-07-04 20:34:32 +0000
committerChristian Hammond <chipx86@chipx86.com>2004-07-04 20:34:32 +0000
commitb775f9946e3e975cc0ab5947fb1161b64c4e7149 (patch)
treeaed2f45cadfb77640b188466bc21216d8e6f98fa /SPECIFICATION
parent4661df26546eb2fd3747640598ab8c0f09eb980e (diff)
downloadlibnotify-b775f9946e3e975cc0ab5947fb1161b64c4e7149.tar.gz
Added the urgency level to the spec, and made it a byte.
Diffstat (limited to 'SPECIFICATION')
-rw-r--r--SPECIFICATION6
1 files changed, 6 insertions, 0 deletions
diff --git a/SPECIFICATION b/SPECIFICATION
index a6728b5..5af5b77 100644
--- a/SPECIFICATION
+++ b/SPECIFICATION
@@ -208,6 +208,12 @@ The following messages must be supported by all implementations.
This message requires the following parameters in the exact order
shown. For some parameters multiple types may be acceptable
+ BYTE urgency: The urgency level:
+ 0 - low urgency
+ 1 - medium (default)
+ 2 - high
+ 3 - critical
+
STRING summary
STRING/NIL body: if nil the body is considered omitted.