docs: add docs for GtkWidgetHelpType

This commit is contained in:
William Jon McCann 2014-01-21 10:31:50 -05:00
parent a2ba1789e1
commit 2986456be1

View File

@ -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,