summaryrefslogtreecommitdiff
path: root/gtk/gtktooltip.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-02-18 18:17:56 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2021-03-11 16:37:30 +0000
commite8b6e6cad0b07a1a64ac7af1133f59fddc522e6c (patch)
tree65463c1fd125fbfe06e162807ff9af26a3b52a05 /gtk/gtktooltip.c
parent701f1b837b30c504617374d445bb2ba799f87d49 (diff)
downloadgtk+-e8b6e6cad0b07a1a64ac7af1133f59fddc522e6c.tar.gz
docs: Clean up the first paragraph for various symbols
The documentation engine will use the first paragraph as the summary for a type or constant.
Diffstat (limited to 'gtk/gtktooltip.c')
-rw-r--r--gtk/gtktooltip.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtktooltip.c b/gtk/gtktooltip.c
index bb33088632..ebbf7b1140 100644
--- a/gtk/gtktooltip.c
+++ b/gtk/gtktooltip.c
@@ -40,6 +40,8 @@
* @Short_description: Add tips to your widgets
* @Title: GtkTooltip
*
+ * An object representing a widget tooltip.
+ *
* Basic tooltips can be realized simply by using gtk_widget_set_tooltip_text()
* or gtk_widget_set_tooltip_markup() without any explicit tooltip object.
*