]> git.sur5r.net Git - i3/i3/commitdiff
docs/ipc: document C header file
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 15 Mar 2010 23:13:40 +0000 (00:13 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 15 Mar 2010 23:13:40 +0000 (00:13 +0100)
docs/ipc

index 91ab5fa8401f6df1df8690252e1328bb02720f1a..fc3f19390d167124fc757dabdedd101037be03d1 100644 (file)
--- a/docs/ipc
+++ b/docs/ipc
@@ -225,6 +225,9 @@ For some languages, libraries are available (so you don’t have to implement
 all this on your own). This list names some (if you wrote one, please let me
 know):
 
+C::
+       i3 includes a headerfile +i3/ipc.h+ which provides you all constants.
+       However, there is no library yet.
 Ruby::
        http://github.com/badboy/i3-ipc
 Perl::