From af548e38c2c282132ddac2a75a76218ff3be3175 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 20 Aug 2005 23:11:50 +0000 Subject: * Add avahi-client examples to doxygen * tighten avahi-core default #includes a bit git-svn-id: file:///home/lennart/svn/public/avahi/trunk@365 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-client/client.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'avahi-client') diff --git a/avahi-client/client.h b/avahi-client/client.h index 2753f1b..49883d7 100644 --- a/avahi-client/client.h +++ b/avahi-client/client.h @@ -33,6 +33,14 @@ /** \file client.h Definitions and functions for the client API over D-Bus */ +/** \example client-publish-service.c Example how to register a DNS-SD + * service using the client interface to avahi-daemon. It behaves like a network + * printer registering both an IPP and a BSD LPR service. */ + +/** \example client-browse-services.c Example how to browse for DNS-SD + * services using the client interface to avahi-daemon. */ + + #ifndef DOXYGEN_SHOULD_SKIP_THIS AVAHI_C_DECL_BEGIN #endif -- cgit