lib/avahi/Service: add API docs
This commit is contained in:
parent
05d0e9b8bb
commit
a39473a912
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue