diff options
author | Christian Hesse <mail@eworm.de> | 2015-05-19 12:52:16 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2015-05-19 12:52:16 +0200 |
commit | 466731759b839a17e3c73c794e248a95a3e5484d (patch) | |
tree | 67b4b8f0c26f830c3194d1f3b0b6e9035c55b2fa /journal-notify.h | |
parent | aae3071b0dd52d5b24ffde0a850b3c6f941ccb04 (diff) | |
download | journal-notify-466731759b839a17e3c73c794e248a95a3e5484d.tar.gz journal-notify-466731759b839a17e3c73c794e248a95a3e5484d.tar.zst |
move markup and urgency handling to notify()
Diffstat (limited to 'journal-notify.h')
-rw-r--r-- | journal-notify.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/journal-notify.h b/journal-notify.h index 159b2fe..ee18b7b 100644 --- a/journal-notify.h +++ b/journal-notify.h @@ -26,8 +26,8 @@ #define DEFAULTICON "dialog-information" /*** notify ***/ -int notify(const char * identifier, const char * message, const char * icon, - int timeout, uint8_t urgency); +int notify(const char * identifier, const char * message, uint8_t priority, + const char * icon, int timeout); /*** main ***/ int main(int argc, char **argv); |