[gtk+] Documentation and stylistic fixups
- From: Matthias Clasen <matthiasc src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtk+] Documentation and stylistic fixups
- Date: Sun, 1 Nov 2009 21:15:01 +0000 (UTC)
commit 097b254e4b5a0fc50b97c001a1f3b8edecef258d
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Nov 1 16:12:43 2009 -0500
Documentation and stylistic fixups
gtk/gtktooltip.c | 9 +++++----
gtk/gtktooltip.h | 6 +++---
2 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/gtk/gtktooltip.c b/gtk/gtktooltip.c
index 1b62877..8ccd363 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
*/
diff --git a/gtk/gtktooltip.h b/gtk/gtktooltip.h
index 5271376..cc16cb0 100644
--- a/gtk/gtktooltip.h
+++ b/gtk/gtktooltip.h
@@ -48,9 +48,9 @@ void gtk_tooltip_set_icon_from_stock (GtkTooltip *tooltip,
void gtk_tooltip_set_icon_from_icon_name (GtkTooltip *tooltip,
const gchar *icon_name,
GtkIconSize size);
-void gtk_tooltip_set_icon_from_gicon (GtkTooltip *tooltip,
- GIcon *gicon,
- GtkIconSize size);
+void gtk_tooltip_set_icon_from_gicon (GtkTooltip *tooltip,
+ GIcon *gicon,
+ GtkIconSize size);
void gtk_tooltip_set_custom (GtkTooltip *tooltip,
GtkWidget *custom_widget);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]