Changes between Version 11 and Version 12 of ProgrammingDocs
- Timestamp:
- 06/18/08 15:56:28 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProgrammingDocs
v11 v12 19 19 * [http://avahi.org/download/RecordBrowser.introspect.xml org.freedesktop.Avahi.RecordBrowser] 20 20 21 Some examples how to make use of Avahi in your C/C++ application are available in the SVN:21 Some examples how to make use of Avahi in your C/C++ application are available in the GIT: 22 22 23 * [source: trunk/examples/client-browse-services.c client-browse-services.c]24 * [source: trunk/examples/client-publish-service.c client-publish-service.c]23 * [source:examples/client-browse-services.c client-browse-services.c] 24 * [source:examples/client-publish-service.c client-publish-service.c] 25 25 26 26 Here's a quick guide about RunningAvahiClientAsThread This is especially interesting when you want to integrate Zeroconf support in software that doesn't have a proper event loop.
