mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
Fix a doc comment
This commit is contained in:
parent
6255df0982
commit
111dd859ba
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user