i3ipc.protocol

Undocumented in source.

Members

Enums

EventType
enum EventType
Undocumented in source.
RequestType
enum RequestType
Undocumented in source.
ResponseType
enum ResponseType
Undocumented in source.

Functions

receiveMessage
JSONValue receiveMessage(Socket socket, ResponseType type)
Undocumented in source. Be warned that the author may not have intended to support it.
sendMessage
void sendMessage(Socket socket, RequestType type, immutable(void)[] message)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString(EventType type)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

EventMask
enum EventMask;
Undocumented in source.

Structs

Header
struct Header
Undocumented in source.

Meta