summaryrefslogtreecommitdiff
path: root/include/ipc-client.h
AgeCommit message (Collapse)AuthorLines
2016-01-24swaybar: move core functionality to state.cMikkel Oscar Lyderik-0/+2
2016-01-03Add type to returned response.Mikkel Oscar Lyderik-3/+16
Makes `ipc_recv_response` return a struct with size, type and payload rather than just the payload string. This is useful if the type has to be checked on the client.
2015-12-13Subscribe to workspace change events and redrawDrew DeVault-0/+5
2015-11-27Add command line to swaygrabDrew DeVault-1/+12
Also modifies IPC client so that we can work with persistent connections.
2015-11-27Move IPC client into common, refactor IPCDrew DeVault-0/+9