![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
Go to the source code of this file.
Macros | |
#define | E2AVAHI_EVENT_ADD 1 |
#define | E2AVAHI_EVENT_REMOVE 2 |
Typedefs | |
typedef void(* | E2AvahiResolveCallback) (void *userdata, int event, const char *name, const char *type, const char *host_name, uint16_t port) |
Functions | |
void | e2avahi_init (eMainloop *reactor) |
void | e2avahi_close () |
void | e2avahi_announce (const char *service_name, const char *service_type, unsigned short port_num) |
void | e2avahi_resolve (const char *service_type, E2AvahiResolveCallback callback, void *userdata) |
void | e2avahi_resolve_cancel (const char *service_type, E2AvahiResolveCallback callback, void *userdata) |
#define E2AVAHI_EVENT_ADD 1 |
#define E2AVAHI_EVENT_REMOVE 2 |
typedef void(* E2AvahiResolveCallback) (void *userdata, int event, const char *name, const char *type, const char *host_name, uint16_t port) |
void e2avahi_announce | ( | const char * | service_name, |
const char * | service_type, | ||
unsigned short | port_num | ||
) |
void e2avahi_close | ( | ) |
void e2avahi_init | ( | eMainloop * | reactor | ) |
void e2avahi_resolve | ( | const char * | service_type, |
E2AvahiResolveCallback | callback, | ||
void * | userdata | ||
) |
void e2avahi_resolve_cancel | ( | const char * | service_type, |
E2AvahiResolveCallback | callback, | ||
void * | userdata | ||
) |