summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-01-20 19:11:19 +0100
committerDave Davenport <qball@gmpclient.org>2016-01-20 19:12:17 +0100
commit4b7a29a26f5e31765dad766baaeb4c172adb564d (patch)
treef1d89d139964764aa30b664c6acc484ff89225fa /include
parent874f587021a32696a9fa04fe6bf9004516928c27 (diff)
Take SardemFF7 feedback on putting g_source_[attach|add_callback] inside factory.
Diffstat (limited to 'include')
-rw-r--r--include/x11-event-source.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/x11-event-source.h b/include/x11-event-source.h
index a7521fce..2c129eb0 100644
--- a/include/x11-event-source.h
+++ b/include/x11-event-source.h
@@ -2,4 +2,5 @@
#define ROFI_X11_EVENT_SOURCE_H
GSource * x11_event_source_new ( Display *display );
+void x11_event_source_set_callback ( GSource *source, GSourceFunc callback );
#endif // ROFI_X11_EVENT_SOURCE_H