]> git.meshlink.io Git - catta/commit
* split client.h into client.h, lookup.h and publish.h just like we did on the server...
authorLennart Poettering <lennart@poettering.net>
Mon, 17 Oct 2005 02:07:26 +0000 (02:07 +0000)
committerLennart Poettering <lennart@poettering.net>
Mon, 17 Oct 2005 02:07:26 +0000 (02:07 +0000)
commit0c54764cf19428a0c52724a75ddf3368e3899209
treec75465bb36f99d179b65fea6c4daee856f67435a
parent41f2725b37437a585ce285051bdae06f4919dc3b
* split client.h into client.h, lookup.h and publish.h just like we did on the server side
* Wrap avahi_server_update_txt() as DBUS function UpdateServiceTxt
* Add client side API avahi_entry_group_update_service_txt() and friends
* handle AVAHI_PUBLISH_UPDATE semantics in DBUS protocol
* minor cleanups

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@791 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
16 files changed:
Makefile.am
avahi-client/client-test.c
avahi-client/client.h
avahi-client/entrygroup.c
avahi-client/internal.h
avahi-client/lookup.h [new file with mode: 0644]
avahi-client/publish.h [new file with mode: 0644]
avahi-client/srv-test.c
avahi-compat-howl/compat.c
avahi-compat-libdns_sd/compat.c
avahi-core/lookup.h
avahi-core/publish.h
avahi-daemon/EntryGroup.introspect
avahi-daemon/dbus-protocol.c
examples/client-browse-services.c
examples/client-publish-service.c