Guitarix
|
#include <avahi_discover.h>
Public Member Functions | |
Entry () | |
Entry (AvahiIfIndex interface_, AvahiProtocol protocol_, const char *name_, const char *type_, const char *domain_, AvahiLookupResultFlags flags_) | |
bool | operator== (const Entry &e) const |
Public Attributes | |
AvahiIfIndex | interface |
AvahiProtocol | protocol |
Glib::ustring | name |
std::string | type |
std::string | domain |
AvahiLookupResultFlags | flags |
Definition at line 33 of file avahi_discover.h.
|
inline |
Definition at line 40 of file avahi_discover.h.
|
inline |
Definition at line 41 of file avahi_discover.h.
|
inline |
Definition at line 45 of file avahi_discover.h.
std::string AvahiBrowser::Entry::domain |
Definition at line 38 of file avahi_discover.h.
Referenced by operator==().
AvahiLookupResultFlags AvahiBrowser::Entry::flags |
Definition at line 39 of file avahi_discover.h.
AvahiIfIndex AvahiBrowser::Entry::interface |
Definition at line 34 of file avahi_discover.h.
Glib::ustring AvahiBrowser::Entry::name |
Definition at line 36 of file avahi_discover.h.
Referenced by operator==().
AvahiProtocol AvahiBrowser::Entry::protocol |
Definition at line 35 of file avahi_discover.h.
Referenced by operator==().
std::string AvahiBrowser::Entry::type |
Definition at line 37 of file avahi_discover.h.
Referenced by operator==().