From 723e4d07d4782c866ffee5329a373d8cbed2e5ff Mon Sep 17 00:00:00 2001 From: Trent Lloyd Date: Mon, 22 Aug 2005 19:07:08 +0000 Subject: * Add glib integration example. git-svn-id: file:///home/lennart/svn/public/avahi/trunk@394 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-client/client.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'avahi-client') 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 -- cgit