Home
last modified time | relevance | path

Searched defs:avahi_simple_poll_set_func (Results 1 – 2 of 2) sorted by relevance

/external/avahi/avahi-sharp/
DClient.cs166 private static extern void avahi_simple_poll_set_func (IntPtr spoll, PollCallback cb); in avahi_simple_poll_set_func() method in Avahi.Client
/external/avahi/avahi-common/
Dsimple-watch.c630 void avahi_simple_poll_set_func(AvahiSimplePoll *s, AvahiPollFunc func, void *userdata) { in avahi_simple_poll_set_func() function