X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=examples%2Fglib-integration.c;h=ab53687693f173d8213f7a3e2c3d97f98aae2f72;hb=6ecd227ceadc32ed229246aa61df6361c7b58a95;hp=f1830d86134d77f10a911680a0588c82c753ebd0;hpb=0d787cfca3b6e2c0755a54ca732a85e15756aa57;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 */