]> git.meshlink.io Git - catta/blobdiff - avahi-qt/qt-watch.h
* change process title of chroot() helper process to "chroot helper" dropping
[catta] / avahi-qt / qt-watch.h
index b49b45da289f32a53640085d519a222856d544ae..0a3476dff291cccd022b8559b8e2c4fd4ae847a3 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef QAVAHI_H
 #define QAVAHI_H
 
+/* $Id$ */
+
 /***
   This file is part of avahi.
  
   USA.
 ***/
 
+/** \file qt-watch.h Qt main loop adapter */
+
 #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  */
 
-void create_qt_poll(AvahiPoll* poll);
+/** Setup abstract poll structure for integration with Qt main loop  */
+const AvahiPoll* avahi_qt_poll_get(void);
 
-#ifndef DOXYGEN_SHOULD_SKIP_THIS
 AVAHI_C_DECL_END
-#endif
-
-
 
 #endif