]> Pileus Git - ~andy/gtk/commitdiff
Avoid a gtk-doc warning
authorMatthias Clasen <mclasen@redhat.com>
Fri, 17 Dec 2010 19:27:48 +0000 (14:27 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 17 Dec 2010 19:27:48 +0000 (14:27 -0500)
gtk/gtkmain.c

index ac2bbd05ad31491b08f77941d6d251d4a90649b7..dc303e7f8ad6e265af36de5b755ea1f08c71f53c 100644 (file)
@@ -863,7 +863,12 @@ post_parse_hook (GOptionContext *context,
 /**
  * gtk_get_debug_flags:
  *
- * Returns the GTK+ debug flags setting.
+ * Returns the GTK+ debug flags.
+ *
+ * This function is intended for GTK+ modules that want
+ * to adjust their debug output based on GTK+ debug flags.
+ *
+ * Returns: the GTK+ debug flags.
  */
 guint
 gtk_get_debug_flags (void)