From 2986456be1a68a390848cf61c1dc7aef9c53d9a0 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 21 Jan 2014 10:31:50 -0500 Subject: [PATCH] docs: add docs for GtkWidgetHelpType --- gtk/gtkwidget.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gtk/gtkwidget.h b/gtk/gtkwidget.h index 77ece36bf2..4f00e25bb8 100644 --- a/gtk/gtkwidget.h +++ b/gtk/gtkwidget.h @@ -38,6 +38,13 @@ G_BEGIN_DECLS /* Kinds of widget-specific help */ +/** + * GtkWidgetHelpType: + * @GTK_WIDGET_HELP_TOOLTIP: Tooltip. + * @GTK_WIDGET_HELP_WHATS_THIS: What's this. + * + * Kinds of widget-specific help. Used by the ::show-help signal. + */ typedef enum { GTK_WIDGET_HELP_TOOLTIP,