diff options
author | Pavel Holejsovsky <pholejs@src.gnome.org> | 2011-01-18 10:12:38 +0100 |
---|---|---|
committer | Pavel Holejsovsky <pholejs@src.gnome.org> | 2011-01-18 17:31:59 +0100 |
commit | a1c297a310751892d7540c0b281bb93ec6750549 (patch) | |
tree | 6b75d5772d0e015cc9ea6f0e0cd0e7b2ad335471 /gtk/gtkiconview.c | |
parent | fe372ddf5e918a54d7082996fa4bd779e6d0e9f1 (diff) | |
download | gtk+-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/gtkiconview.c')
-rw-r--r-- | gtk/gtkiconview.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkiconview.c b/gtk/gtkiconview.c index 406a9e55b5..9f89851cf3 100644 --- a/gtk/gtkiconview.c +++ b/gtk/gtkiconview.c @@ -4562,7 +4562,7 @@ gtk_icon_view_set_tooltip_column (GtkIconView *icon_view, g_object_notify (G_OBJECT (icon_view), "tooltip-column"); } -/** +/** * gtk_icon_view_get_tooltip_column: * @icon_view: a #GtkIconView * |