diff options
author | Matthias Clasen <mclasen@redhat.com> | 2009-11-01 16:12:43 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2009-11-01 16:12:43 -0500 |
commit | 097b254e4b5a0fc50b97c001a1f3b8edecef258d (patch) | |
tree | c76834172435a9ceb45d9a4b14c1cb1534686664 /gtk/gtktooltip.c | |
parent | ff2dbc5040fb488dc5473f6e4ccd2adbab47d53d (diff) | |
download | gtk+-097b254e4b5a0fc50b97c001a1f3b8edecef258d.tar.gz |
Documentation and stylistic fixups
Diffstat (limited to 'gtk/gtktooltip.c')
-rw-r--r-- | gtk/gtktooltip.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gtk/gtktooltip.c b/gtk/gtktooltip.c index 1b628776f0..8ccd363e01 100644 --- a/gtk/gtktooltip.c +++ b/gtk/gtktooltip.c @@ -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 */ |