From b2b2ae0739ed326b1ced41340a199b14776e4193 Mon Sep 17 00:00:00 2001 From: fadhil riyanto Date: Sat, 17 Aug 2024 21:07:26 +0700 Subject: test add libnotify Signed-off-by: fadhil riyanto --- notify.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 notify.c (limited to 'notify.c') diff --git a/notify.c b/notify.c new file mode 100644 index 0000000..a657282 --- /dev/null +++ b/notify.c @@ -0,0 +1,11 @@ +#include + +int main(void) +{ + NotifyNotification *notif; + notify_init("some-name"); + notif = notify_notification_new("syx", "oke", NULL); + + notify_notification_show(notif, NULL); + +} \ No newline at end of file -- cgit v1.2.3