dunst/dunst_dbus.h
2013-02-18 04:30:57 +00:00

15 lines
311 B
C

/* copyright 2013 Sascha Kruse and contributors (see LICENSE for licensing information) */
#ifndef _DUNST_DBUS_H
#define _DUNST_DBUS_H
#include <dbus/dbus.h>
int initdbus(void);
/* void dbus_poll(int timeout); */
void notificationClosed(notification * n, int reason);
#endif
/* vim: set ts=8 sw=8 tw=0: */