]> git.meshlink.io Git - catta/blobdiff - avahi-qt/qt-watch.h
l10n: Updated Italian (it) translation to 100%
[catta] / avahi-qt / qt-watch.h
index f6447ab2748498b3a7a73084969e1967cd6f32db..a702a7615ee4ce53a1432b8fd6bd5e6fa1caceaf 100644 (file)
 
 #include <avahi-common/watch.h>
 
-#ifndef DOXYGEN_SHOULD_SKIP_THIS
 AVAHI_C_DECL_BEGIN
-#endif
-
-/**
-Setup abstract poll structure for integration with Qt main loop  */
 
-const AvahiPoll* avahi_qt_poll_get(void);
+/** 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
+;
 
-#ifndef DOXYGEN_SHOULD_SKIP_THIS
 AVAHI_C_DECL_END
-#endif
 
 #endif