From: Michael Stapelberg Date: Mon, 15 Mar 2010 23:13:40 +0000 (+0100) Subject: docs/ipc: document C header file X-Git-Tag: 3.e~6^2~64 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fca826a6f911780d6e1ea7c303969f6433627565;p=i3%2Fi3 docs/ipc: document C header file --- diff --git a/docs/ipc b/docs/ipc index 91ab5fa8..fc3f1939 100644 --- 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::