Added out annotations for gtk_accelerator_parse

https://bugzilla.gnome.org/show_bug.cgi?id=637606
This commit is contained in:
Jesse van den Kieboom 2010-12-19 21:51:53 +01:00
parent 1bb68f0bc5
commit 939f68a35e

View File

@ -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