mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 08:40:08 +00:00
Fix annotations for gtk_accelerator_parse
Part of bug 644353, patch by Ulrik Sverdrup.
This commit is contained in:
parent
4a44f3f6e1
commit
02ac322c9a
@ -1147,8 +1147,10 @@ is_hyper (const gchar *string)
|
|||||||
/**
|
/**
|
||||||
* gtk_accelerator_parse:
|
* gtk_accelerator_parse:
|
||||||
* @accelerator: string representing an accelerator
|
* @accelerator: string representing an accelerator
|
||||||
* @accelerator_key: (out): return location for accelerator keyval
|
* @accelerator_key: (out) (allow-none): return location for accelerator
|
||||||
* @accelerator_mods: (out): return location for accelerator modifier mask
|
* keyval, or %NULL
|
||||||
|
* @accelerator_mods: (out) (allow-none): return location for accelerator
|
||||||
|
* modifier mask, %NULL
|
||||||
*
|
*
|
||||||
* Parses a string representing an accelerator. The
|
* Parses a string representing an accelerator. The
|
||||||
* format looks like "<Control>a" or "<Shift><Alt>F1"
|
* format looks like "<Control>a" or "<Shift><Alt>F1"
|
||||||
|
Loading…
Reference in New Issue
Block a user