lib/avahi/Service: add API docs

This commit is contained in:
Max Kellermann 2024-01-17 18:10:52 +01:00 committed by Max Kellermann
parent 05d0e9b8bb
commit a39473a912

View File

@ -11,6 +11,9 @@
namespace Avahi { namespace Avahi {
/**
* A service that will be published by class #Publisher.
*/
struct Service { struct Service {
AvahiIfIndex interface = AVAHI_IF_UNSPEC; AvahiIfIndex interface = AVAHI_IF_UNSPEC;
AvahiProtocol protocol = AVAHI_PROTO_UNSPEC; AvahiProtocol protocol = AVAHI_PROTO_UNSPEC;