docs: add missing flag

This commit is contained in:
William Jon McCann 2014-01-20 19:56:56 -05:00
parent 62b47774ea
commit cc7b5d0a57

View File

@ -57,6 +57,9 @@ struct _GtkMenuItem
/**
* GtkMenuItemClass:
* @parent_class: The parent class.
* @hide_on_activate: If %TRUE, then we should always
* hide the menu when the %GtkMenuItem is activated. Otherwise,
* it is up to the caller.
* @activate: Signal emitted when the item is activated.
* @activate_item: Signal emitted when the item is activated, but also
* if the menu item has a submenu.