From eadae6cf5a0d3c4f21d11a65b0b7130d5082426d Mon Sep 17 00:00:00 2001 From: Trent Lloyd Date: Sun, 28 Aug 2005 20:55:40 +0000 Subject: * Add new docs/NEWS file, updated for 0.2 release. * Add warning to examples/core-browse-services.c, warning the onlooker that they are probably looking for client-browse-services.c git-svn-id: file:///home/lennart/svn/public/avahi/trunk@478 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- examples/core-browse-services.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'examples') diff --git a/examples/core-browse-services.c b/examples/core-browse-services.c index e723339..d91a67c 100644 --- a/examples/core-browse-services.c +++ b/examples/core-browse-services.c @@ -1,5 +1,16 @@ /* $Id$ */ +/* PLEASE NOTE * + * This file demonstrates how to use Avahi's core API, this is + * the embeddable mDNS stack for embedded applications. + * + * End user applications should *not* use this API and should use + * the DBUS or C APIs, please see + * client-browse-services.c and glib-integration.c + * + * I repeat, you probably do *not* want to use this example. + */ + /*** This file is part of avahi. -- cgit