X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-qt%2Fqt-watch.h;h=f6447ab2748498b3a7a73084969e1967cd6f32db;hb=9ca377e8bc8ef73714180143c24223016acbc845;hp=b49b45da289f32a53640085d519a222856d544ae;hpb=2a73209f103f0e348416be95fa557426b921831e;p=catta diff --git a/avahi-qt/qt-watch.h b/avahi-qt/qt-watch.h index b49b45d..f6447ab 100644 --- a/avahi-qt/qt-watch.h +++ b/avahi-qt/qt-watch.h @@ -1,6 +1,8 @@ #ifndef QAVAHI_H #define QAVAHI_H +/* $Id$ */ + /*** This file is part of avahi. @@ -20,6 +22,8 @@ USA. ***/ +/** \file qt-watch.h Qt main loop adapter */ + #include #ifndef DOXYGEN_SHOULD_SKIP_THIS @@ -29,12 +33,10 @@ 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(void); #ifndef DOXYGEN_SHOULD_SKIP_THIS AVAHI_C_DECL_END #endif - - #endif