summaryrefslogtreecommitdiff
path: root/SPECIFICATION
diff options
context:
space:
mode:
authorMike Hearn <mike@navi.cx>2004-07-01 23:05:12 +0000
committerMike Hearn <mike@navi.cx>2004-07-01 23:05:12 +0000
commit7a564f9ce224bae59464116f2f284362564533ca (patch)
treeb2ab0b0e0240fd007d114adecf5f71f21b2b68e5 /SPECIFICATION
parenta0897d845141a9d1963ef82e53e4f32be82739ad (diff)
downloadlibnotify-7a564f9ce224bae59464116f2f284362564533ca.tar.gz
Add GetServerInformation message
Diffstat (limited to 'SPECIFICATION')
-rw-r--r--SPECIFICATION8
1 files changed, 8 insertions, 0 deletions
diff --git a/SPECIFICATION b/SPECIFICATION
index 2ad0ed6..12b0125 100644
--- a/SPECIFICATION
+++ b/SPECIFICATION
@@ -228,4 +228,12 @@ The following messages must be supported by all implementations.
notification with no timeout. It takes one UINT32 parameter, the ID
of the notificaton to cancel.
+* GetServerInformation
+
+ This message takes no parameters, and returns the following values:
+
+ STRING name: the product name of the server
+ STRING vendor: "kde"/"freedesktop.org"/"Microsoft" etc etc
+ STRING version: a version spec of arbitrary format
+
REFERENCE