]> git.meshlink.io Git - catta/blobdiff - avahi-glib/glib-watch.h
move fedora init script to level 96, closing rhbz #249044
[catta] / avahi-glib / glib-watch.h
index 895a6866e5028a228851c2b6da254cdc477397ab..78f77428d892135fe4252bceab737221f41dde88 100644 (file)
@@ -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 <glib.h>
 
 #include <avahi-common/cdecl.h>
@@ -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 */