summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Wilmet <swilmet@gnome.org>2016-04-09 17:42:12 +0200
committerMatthias Clasen <mclasen@redhat.com>2016-04-19 10:28:06 -0400
commitcb2950e17fdf73262d412ff95a8c98d904a7ea57 (patch)
tree96bfb1d779d33bf3ff1794e8d69dc250d3ec89f2
parentdc96266e66c9c4eb6d76c629373b22bda842113a (diff)
downloadgtk+-cb2950e17fdf73262d412ff95a8c98d904a7ea57.tar.gz
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
-rw-r--r--gtk/gtkapplication.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkapplication.c b/gtk/gtkapplication.c
index bb90db5cda..924f38063a 100644
--- a/gtk/gtkapplication.c
+++ b/gtk/gtkapplication.c
@@ -1701,6 +1701,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