docs: add missing docs for GtkAccelKey

This commit is contained in:
William Jon McCann 2014-01-20 19:28:32 -05:00
parent 33fc160cd2
commit 62d8baa215

View File

@ -114,6 +114,12 @@ struct _GtkAccelGroupClass
void (*_gtk_reserved4) (void);
};
/**
* GtkAccelKey:
* @accel_key: The accelerator keyval
* @accel_mods:The accelerator modifiers
* @accel_flags: The accelerator flags
*/
struct _GtkAccelKey
{
guint accel_key;