Typedefs | |
typedef struct _Ecore_Avahi | Ecore_Avahi |
A handle for an Avahi instance. More... | |
Functions | |
EAPI Ecore_Avahi * | ecore_avahi_add (void) |
Creates an AvahiPoll context and integrate it within Ecore main loop. More... | |
EAPI void | ecore_avahi_del (Ecore_Avahi *handler) |
Deletes the specified handler of an AvahiPoll. More... | |
EAPI const void * | ecore_avahi_poll_get (Ecore_Avahi *handler) |
Gets the AvahiPoll structure to integrate with Ecore main loop. More... | |
typedef struct _Ecore_Avahi Ecore_Avahi |
A handle for an Avahi instance.
EAPI Ecore_Avahi * ecore_avahi_add | ( | void | ) |
Creates an AvahiPoll context and integrate it within Ecore main loop.
EAPI void ecore_avahi_del | ( | Ecore_Avahi * | handler | ) |
Deletes the specified handler of an AvahiPoll.
handler | The actual handler to destroy. |
Be aware there should not be any reference still using that handler before destroying it.
References ecore_main_fd_handler_del(), ecore_timer_del(), and EINA_LIST_FREE.
EAPI const void * ecore_avahi_poll_get | ( | Ecore_Avahi * | handler | ) |
Gets the AvahiPoll structure to integrate with Ecore main loop.
handler | The handler to get the AvahiPoll structure from. |