From 520f6eb0e117cc9010a307cf1ec9237188e663ee Mon Sep 17 00:00:00 2001 From: Jakub Stachowski Date: Mon, 29 Aug 2005 21:21:27 +0000 Subject: Fixed get_events() semantic, rename create_qt_poll to avahi_qt_poll_get, use static variable for returned AvahiPoll struct git-svn-id: file:///home/lennart/svn/public/avahi/trunk@494 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-qt/qt-watch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avahi-qt/qt-watch.h') diff --git a/avahi-qt/qt-watch.h b/avahi-qt/qt-watch.h index b49b45d..05b5010 100644 --- a/avahi-qt/qt-watch.h +++ b/avahi-qt/qt-watch.h @@ -29,7 +29,7 @@ AVAHI_C_DECL_BEGIN /** Setup abstract poll structure for integration with Qt main loop */ -void create_qt_poll(AvahiPoll* poll); +const AvahiPoll* avahi_qt_poll_get(); #ifndef DOXYGEN_SHOULD_SKIP_THIS AVAHI_C_DECL_END -- cgit