]> git.meshlink.io Git - catta/commit
* add C examples
authorLennart Poettering <lennart@poettering.net>
Wed, 3 Aug 2005 21:07:02 +0000 (21:07 +0000)
committerLennart Poettering <lennart@poettering.net>
Wed, 3 Aug 2005 21:07:02 +0000 (21:07 +0000)
commit3a625af272ee8c6f878ba4d44ed1c741a1582395
treeee5fb1f6bff53c670cede2882bbe69d408777894
parent69ea921fa92b0b23faf0a955628e3afab5117534
* add C examples
* change doxygen to output stuff in "doxygen/" instead of "doxygen-doc/"
* implement avahi_entry_group_{reset,is_empty}() and make everyone use it
* move holdoff (SLEEPING) time checking from server to entry group
* add preliminary error codes

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@216 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
20 files changed:
Makefile.am
avahi-core/avahi-test.c
avahi-core/conformance-test.c
avahi-core/core.h
avahi-core/iface.c
avahi-core/server.c
avahi-core/server.h
avahi-daemon/DBUS-API
avahi-daemon/EntryGroup.introspect
avahi-daemon/dbus-protocol.c
avahi-daemon/main.c
avahi-daemon/static-services.c
avahi-utils/avahi-publish-service.in
avahi-utils/avahi/__init__.py
configure.ac
doxygen.cfg
examples/Makefile.am [new file with mode: 0644]
examples/browse-services.c [new file with mode: 0644]
examples/publish-service.c [new file with mode: 0644]
todo