docs: add docs for GtkStockItem

This commit is contained in:
William Jon McCann 2014-01-21 12:13:09 -05:00
parent 06a619e642
commit 1c5120eeec

View File

@ -52,6 +52,16 @@ typedef gchar * (*GtkTranslateFunc) (const gchar *path,
typedef struct _GtkStockItem GtkStockItem;
/**
* GtkStockItem:
* @stock_id: Identifier.
* @label: User visible label.
* @modifier: Modifier type for keyboard accelerator
* @keyval: Keyboard accelerator
* @translation_domain: Translation domain of the menu or toolbar item
*
* Deprecated: 3.10
*/
struct _GtkStockItem
{
gchar *stock_id;