summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorTrent Lloyd <lathiat@bur.st>2005-08-28 20:55:40 +0000
committerTrent Lloyd <lathiat@bur.st>2005-08-28 20:55:40 +0000
commiteadae6cf5a0d3c4f21d11a65b0b7130d5082426d (patch)
treec3c20a88e17f146c0f0f299563b9fe8b2f311645 /examples
parenta51806cb5a410c6dde06c06263733a8b04fce061 (diff)
* 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
Diffstat (limited to 'examples')
-rw-r--r--examples/core-browse-services.c11
1 files changed, 11 insertions, 0 deletions
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.