From 71e7ce5d8e3153342494685d60d7ff16d9b29101 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 30 Dec 2008 19:24:39 +0100 Subject: main: use the GLib main loop This is a rather huge patch, which unfortunately cannot be splitted. Instead of using our custom ioops.h library, convert everything to use the GLib main loop. --- src/main_notify.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main_notify.h') diff --git a/src/main_notify.h b/src/main_notify.h index 26aad41a0..3b87cb1ab 100644 --- a/src/main_notify.h +++ b/src/main_notify.h @@ -37,4 +37,7 @@ void main_notify_lock(void); void main_notify_unlock(void); +void +main_notify_triggered(void); + #endif /* MAIN_NOTIFY_H */ -- cgit v1.2.3