forked from AuroraMiddleware/gtk
Added out annotations for gtk_accelerator_parse
https://bugzilla.gnome.org/show_bug.cgi?id=637606
This commit is contained in:
parent
1bb68f0bc5
commit
939f68a35e
@ -1139,8 +1139,8 @@ is_hyper (const gchar *string)
|
||||
/**
|
||||
* gtk_accelerator_parse:
|
||||
* @accelerator: string representing an accelerator
|
||||
* @accelerator_key: return location for accelerator keyval
|
||||
* @accelerator_mods: return location for accelerator modifier mask
|
||||
* @accelerator_key: (out): return location for accelerator keyval
|
||||
* @accelerator_mods: (out): return location for accelerator modifier mask
|
||||
*
|
||||
* Parses a string representing an accelerator. The
|
||||
* format looks like "<Control>a" or "<Shift><Alt>F1" or
|
||||
|
Loading…
Reference in New Issue
Block a user