X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=examples%2Fcore-browse-services.c;h=d91a67c54850d05a8fa897526611911689dd19c6;hb=eadae6cf5a0d3c4f21d11a65b0b7130d5082426d;hp=e72333992bc5dcaab5b7f71e760e321e5ac012a0;hpb=a51806cb5a410c6dde06c06263733a8b04fce061;p=catta 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.