Documentation and stylistic fixups

This commit is contained in:
Matthias Clasen
2009-11-01 16:12:43 -05:00
parent ff2dbc5040
commit 097b254e4b
2 changed files with 8 additions and 7 deletions

View File

@ -333,13 +333,14 @@ gtk_tooltip_set_icon_from_icon_name (GtkTooltip *tooltip,
}
/**
* gtk_tooltip_set_from_gicon:
* gtk_tooltip_set_icon_from_gicon:
* @tooltip: a #GtkTooltip
* @gicon: a #GIcon representing the icon, or %NULL
* @size: a stock icon size
* Sets the icon of the tooltip (which is in front of the text) to be
* the icon indicated by @gicon with the size indicated
* by @size. If @icon_name is %NULL, the image will be hidden.
*
* Sets the icon of the tooltip (which is in front of the text)
* to be the icon indicated by @gicon with the size indicated
* by @size. If @gicon is %NULL, the image will be hidden.
*
* Since: 2.20
*/