Searched defs:AvahiKey (Results 1 - 1 of 1) sorted by relevance

/external/avahi/avahi-core/
H A Drr.h55 typedef struct AvahiKey { struct
60 } AvahiKey; typedef in typeref:struct:AvahiKey
67 AvahiKey *key; /**< Reference to the query key of this record */
110 /** Create a new AvahiKey object. The reference counter will be set to 1. */
111 AvahiKey *avahi_key_new(const char *name, uint16_t clazz, uint16_t type);
113 /** Increase the reference counter of an AvahiKey object by one */
114 AvahiKey *avahi_key_ref(AvahiKey *k);
116 /** Decrease the reference counter of an AvahiKey object by one */
117 void avahi_key_unref(AvahiKey *
[all...]

Completed in 28 milliseconds