summaryrefslogtreecommitdiffstats
path: root/avahi-client
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-08-20 23:11:50 +0000
committerLennart Poettering <lennart@poettering.net>2005-08-20 23:11:50 +0000
commitaf548e38c2c282132ddac2a75a76218ff3be3175 (patch)
treeafcc637b709ffd5674089ad4717adb8f88a83f70 /avahi-client
parent887faed430bf08b40f3261365e12e8ab4e6f934c (diff)
* 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
Diffstat (limited to 'avahi-client')
-rw-r--r--avahi-client/client.h8
1 files changed, 8 insertions, 0 deletions
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