Avoid a gtk-doc warning

This commit is contained in:
Matthias Clasen 2010-12-17 14:27:48 -05:00
parent 4317ae32c3
commit 55ffebe505

View 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)