aboutsummaryrefslogtreecommitdiffstats
path: root/include/swaybar/ipc.h
blob: 278baef0d9a27c4d443720a04d27f3112fa9a5f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef _SWAYBAR_IPC_H
#define _SWAYBAR_IPC_H
#include <stdbool.h>
#include "swaybar/bar.h"

void ipc_initialize(struct swaybar *bar, const char *bar_id);
bool handle_ipc_event(struct swaybar *bar);
void ipc_get_workspaces(struct swaybar *bar);

#endif