[gtk+] Fix a doc comment



commit 111dd859bad31a1f3c965e6d7a68979716a32fe8
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Nov 27 00:45:22 2009 -0500

    Fix a doc comment

 gtk/gtkiconview.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gtk/gtkiconview.c b/gtk/gtkiconview.c
index 95dd72d..d1055a9 100644
--- a/gtk/gtkiconview.c
+++ b/gtk/gtkiconview.c
@@ -6272,14 +6272,14 @@ gtk_icon_view_get_margin (GtkIconView *icon_view)
 /**
  * gtk_icon_view_set_item_padding:
  * @icon_view: a #GtkIconView
- * @column_spacing: the item padding
- * 
- * Sets the ::item-padding property which specifies the padding 
+ * @item_padding: the item padding
+ *
+ * Sets the #GtkIconView:item-padding property which specifies the padding
  * around each of the icon view's items.
  *
  * Since: 2.18
  */
-void 
+void
 gtk_icon_view_set_item_padding (GtkIconView *icon_view,
 				gint         item_padding)
 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]