summaryrefslogtreecommitdiff
path: root/gtk/gtkdialog.c
diff options
context:
space:
mode:
authorPavel Holejsovsky <pholejs@src.gnome.org>2011-01-18 10:12:38 +0100
committerPavel Holejsovsky <pholejs@src.gnome.org>2011-01-18 17:31:59 +0100
commita1c297a310751892d7540c0b281bb93ec6750549 (patch)
tree6b75d5772d0e015cc9ea6f0e0cd0e7b2ad335471 /gtk/gtkdialog.c
parentfe372ddf5e918a54d7082996fa4bd779e6d0e9f1 (diff)
downloadgtk+-a1c297a310751892d7540c0b281bb93ec6750549.tar.gz
[GI] Cosmetic cleanups of annotations and doc comments
This change does not introduce any functionality change, mostly cosmtic cleanups, like re-linebreak when introduced annotations messed up indentation or whitespace errors fixes.
Diffstat (limited to 'gtk/gtkdialog.c')
-rw-r--r--gtk/gtkdialog.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkdialog.c b/gtk/gtkdialog.c
index 424b2d232e..0aa57773d5 100644
--- a/gtk/gtkdialog.c
+++ b/gtk/gtkdialog.c
@@ -1131,7 +1131,8 @@ gtk_dialog_run (GtkDialog *dialog)
* Gets the widget button that uses the given response ID in the action area
* of a dialog.
*
- * Returns: (transfer none):the @widget button that uses the given @response_id, or %NULL.
+ * Returns: (transfer none): the @widget button that uses the given
+ * @response_id, or %NULL.
*
* Since: 2.20
*/