X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-qt%2Fqt-watch.h;h=a702a7615ee4ce53a1432b8fd6bd5e6fa1caceaf;hb=f6dff945b503abc070952682a46920a27edc9093;hp=b49b45da289f32a53640085d519a222856d544ae;hpb=2a73209f103f0e348416be95fa557426b921831e;p=catta diff --git a/avahi-qt/qt-watch.h b/avahi-qt/qt-watch.h index b49b45d..a702a76 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,21 +22,19 @@ USA. ***/ +/** \file qt-watch.h Qt main loop adapter */ + #include -#ifndef DOXYGEN_SHOULD_SKIP_THIS AVAHI_C_DECL_BEGIN -#endif - -/** -Setup abstract poll structure for integration with Qt main loop */ -void create_qt_poll(AvahiPoll* poll); - -#ifndef DOXYGEN_SHOULD_SKIP_THIS -AVAHI_C_DECL_END +/** Setup abstract poll structure for integration with Qt main loop */ +const AvahiPoll* avahi_qt_poll_get(void) +#ifdef HAVE_VISIBILITY_HIDDEN +__attribute__ ((visibility("default"))) #endif +; - +AVAHI_C_DECL_END #endif