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
1 changed files with 3 additions and 0 deletions

View File

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