avahi 0.6.30

avahi-qt/qt-watch.h

Go to the documentation of this file.
00001 #ifndef QAVAHI_H
00002 #define QAVAHI_H
00003 
00004 /***
00005   This file is part of avahi.
00006 
00007   avahi is free software; you can redistribute it and/or modify it
00008   under the terms of the GNU Lesser General Public License as
00009   published by the Free Software Foundation; either version 2.1 of the
00010   License, or (at your option) any later version.
00011 
00012   avahi is distributed in the hope that it will be useful, but WITHOUT
00013   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
00014   or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General
00015   Public License for more details.
00016 
00017   You should have received a copy of the GNU Lesser General Public
00018   License along with avahi; if not, write to the Free Software
00019   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
00020   USA.
00021 ***/
00022 
00025 #include <avahi-common/watch.h>
00026 
00027 AVAHI_C_DECL_BEGIN
00028 
00030 const AvahiPoll* avahi_qt_poll_get(void)
00031 #ifdef HAVE_VISIBILITY_HIDDEN
00032 __attribute__ ((visibility("default")))
00033 #endif
00034 ;
00035 
00036 AVAHI_C_DECL_END
00037 
00038 #endif