blob: b374b98f047ca45c17ec48d9884b345acefa91b2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef DWLDBUS_H
#define DWLDBUS_H
#include <dbus/dbus.h>
#include <wayland-server-core.h>
struct wl_event_source* startbus (DBusConnection *conn, struct wl_event_loop *loop);
void stopbus (DBusConnection *conn, struct wl_event_source *bus_source);
#endif /* DWLDBUS_H */
|