summaryrefslogtreecommitdiffstats
path: root/avahi-client
diff options
context:
space:
mode:
authorTrent Lloyd <lathiat@bur.st>2005-08-22 19:07:08 +0000
committerTrent Lloyd <lathiat@bur.st>2005-08-22 19:07:08 +0000
commit723e4d07d4782c866ffee5329a373d8cbed2e5ff (patch)
treee2318d0c23bc027d40b526fddf5d1f8acb100b62 /avahi-client
parentbec8eb97079a9f9a835b4629fb6144af0eaa1635 (diff)
* Add glib integration example.
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@394 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-client')
-rw-r--r--avahi-client/client.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/avahi-client/client.h b/avahi-client/client.h
index 56672e3..20054ad 100644
--- a/avahi-client/client.h
+++ b/avahi-client/client.h
@@ -39,6 +39,9 @@
/** \example client-browse-services.c Example how to browse for DNS-SD
* services using the client interface to avahi-daemon. */
+
+/** \example glib-integration.c Example of how to integrate
+ * avahi use with GLIB/GTK applications */
#ifndef DOXYGEN_SHOULD_SKIP_THIS