From fca826a6f911780d6e1ea7c303969f6433627565 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Tue, 16 Mar 2010 00:13:40 +0100 Subject: [PATCH] docs/ipc: document C header file --- docs/ipc | 3 +++ 1 file changed, 3 insertions(+) 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::