X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-glib%2Fglib-watch.h;h=78f77428d892135fe4252bceab737221f41dde88;hb=8f106ca9eb014411a4276dd0ab87efce8921e332;hp=895a6866e5028a228851c2b6da254cdc477397ab;hpb=6efe2615e04c6ef664fa9d49b013e261ba1e6e66;p=catta diff --git a/avahi-glib/glib-watch.h b/avahi-glib/glib-watch.h index 895a686..78f7742 100644 --- a/avahi-glib/glib-watch.h +++ b/avahi-glib/glib-watch.h @@ -24,6 +24,9 @@ /** \file glib-watch.h GLib main loop adapter */ +/** \example glib-integration.c Example of how to integrate + * avahi use with GLIB/GTK applications */ + #include #include @@ -37,7 +40,7 @@ typedef struct AvahiGLibPoll AvahiGLibPoll; /** Create a new GLib main loop adapter attached to the specified context. If context is NULL, the default main loop context is used. You can attach as many AvahiGLibPoll objects to the same context - as you want. priority takes on of GLib's G_PRIORITY constants. */ + as you want. priority takes one of GLib's G_PRIORITY constants. */ AvahiGLibPoll *avahi_glib_poll_new(GMainContext *context, gint priority); /** Free GLib main loop adapter */