mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 20:44:01 +01:00
10 lines
232 B
C
10 lines
232 B
C
#ifndef _SWAYBAR_IPC_H
|
|
#define _SWAYBAR_IPC_H
|
|
#include "swaybar/bar.h"
|
|
|
|
void ipc_initialize(struct swaybar *bar, const char *bar_id);
|
|
void handle_ipc_event(struct swaybar *bar);
|
|
void ipc_get_workspaces(struct swaybar *bar);
|
|
|
|
#endif
|