]> git.meshlink.io Git - catta/blobdiff - avahi-qt/qt-watch.h
Hide everything except for the avahi_qt_poll_get symbol if possible in the qt bindings
[catta] / avahi-qt / qt-watch.h
index 0a3476dff291cccd022b8559b8e2c4fd4ae847a3..a702a7615ee4ce53a1432b8fd6bd5e6fa1caceaf 100644 (file)
 AVAHI_C_DECL_BEGIN
 
 /** Setup abstract poll structure for integration with Qt main loop  */
-const AvahiPoll* avahi_qt_poll_get(void);
+const AvahiPoll* avahi_qt_poll_get(void)
+#ifdef HAVE_VISIBILITY_HIDDEN
+__attribute__ ((visibility("default")))
+#endif
+;
 
 AVAHI_C_DECL_END