X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=examples%2Fglib-integration.c;h=ab53687693f173d8213f7a3e2c3d97f98aae2f72;hb=2289a2f9605e5fcc19faabd65781cd11b3036498;hp=f1830d86134d77f10a911680a0588c82c753ebd0;hpb=4e2113a7d5b702ff070e8220b32662bb00ae02dd;p=catta diff --git a/examples/glib-integration.c b/examples/glib-integration.c index f1830d8..ab53687 100644 --- a/examples/glib-integration.c +++ b/examples/glib-integration.c @@ -108,6 +108,7 @@ main (AVAHI_GCC_UNUSED int argc, AVAHI_GCC_UNUSED char *argv[]) /* Create a new AvahiClient instance */ client = avahi_client_new (poll_api, /* AvahiPoll object from above */ + 0, avahi_client_callback, /* Callback function for Client state changes */ loop, /* User data */ &error); /* Error return */