summaryrefslogtreecommitdiff
path: root/docs/notification-spec.xml
diff options
context:
space:
mode:
authorChristian Hammond <chipx86@chipx86.com>2006-01-16 01:53:06 +0000
committerChristian Hammond <chipx86@chipx86.com>2006-01-16 01:53:06 +0000
commit85981b247c52738b6144aa5556afc9f8eb2d7388 (patch)
treefe50a58afe4a5b9c4f95830cf33d6aefd0bee3c1 /docs/notification-spec.xml
parent29b5c2b8ea8973ac8408b1030e683601ce3536a1 (diff)
downloadlibnotify-85981b247c52738b6144aa5556afc9f8eb2d7388.tar.gz
Add back notify_get_server_info() and notify_get_server_caps().
Diffstat (limited to 'docs/notification-spec.xml')
-rw-r--r--docs/notification-spec.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/notification-spec.xml b/docs/notification-spec.xml
index 484a212..ea4bd49 100644
--- a/docs/notification-spec.xml
+++ b/docs/notification-spec.xml
@@ -1033,11 +1033,13 @@
<paramdef>out STRING <parameter>name</parameter></paramdef>
<paramdef>out STRING <parameter>vendor</parameter></paramdef>
<paramdef>out STRING <parameter>version</parameter></paramdef>
+ <paramdef>out STRING <parameter>spec_version</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<para>
This message returns the information on the server. Specifically,
- the server name, vendor, and version number.
+ the server name, vendor, version number, and specification version number
+ supported.
</para>
<table>
<title>GetServerInformation Return Values</title>
@@ -1068,6 +1070,11 @@
<entry>STRING</entry>
<entry>The server's version number.</entry>
</row>
+ <row>
+ <entry><parameter>spec_version</parameter></entry>
+ <entry>STRING</entry>
+ <entry>The supported specification version number.</entry>
+ </row>
</tbody>
</tgroup>
</table>