diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-12-17 14:27:48 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-12-17 14:27:48 -0500 |
commit | 55ffebe505fa26946852be52e2775677a53408ef (patch) | |
tree | 072007f3ec436bdc8d89f8f22662a45f5e6dea96 /gtk/gtkmain.c | |
parent | 4317ae32c33b40b933ada1851bbbe7cf03ee20d4 (diff) | |
download | gtk+-55ffebe505fa26946852be52e2775677a53408ef.tar.gz |
Avoid a gtk-doc warning
Diffstat (limited to 'gtk/gtkmain.c')
-rw-r--r-- | gtk/gtkmain.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c index ac2bbd05ad..dc303e7f8a 100644 --- a/gtk/gtkmain.c +++ b/gtk/gtkmain.c @@ -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) |