output.h (203B)
1 #pragma once 2 3 #include <dbus/dbus.h> 4 5 enum output_format { 6 FORMAT_TEXT, 7 FORMAT_JSON 8 }; 9 10 void output_notification(DBusMessage *message, dbus_uint32_t id, enum output_format fmt, const char *delimiter);
tmisuNotification to stdout daemon | |
git clone https://git.inz.fi/tmisu/ | |
Log | Files | Refs | README | LICENSE |