13 lines
345 B
C
13 lines
345 B
C
/* copyright 2012 Sascha Kruse and contributors (see LICENSE for licensing information) */
|
|
|
|
#include <dbus/dbus.h>
|
|
|
|
void initdbus(void);
|
|
void dbus_poll(void);
|
|
void notify(DBusMessage *msg);
|
|
void getCapabilities(DBusMessage *dmsg);
|
|
void closeNotification(DBusMessage *dmsg);
|
|
void getServerInformation(DBusMessage *dmsg);
|
|
|
|
#include "dunst_dbus.c"
|