app: improve doc of gtk_application_set_accels_for_action()

When reading the API for the first time I didn't know what was the
"detailed" action name.

https://bugzilla.gnome.org/show_bug.cgi?id=764846
This commit is contained in:
Sébastien Wilmet 2016-04-09 17:42:12 +02:00
parent 48afd8a5f0
commit 40e40b7ffc

View File

@ -1702,6 +1702,9 @@ normalise_detailed_name (const gchar *detailed_action_name)
* To remove all accelerators for an action, use an empty, zero-terminated
* array for @accels.
*
* For the @detailed_action_name, see g_action_parse_detailed_name() and
* g_action_print_detailed_name().
*
* Since: 3.12
*/
void