[gtk+/gtk-3-20] app: improve doc of gtk_application_set_accels_for_action()
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-3-20] app: improve doc of gtk_application_set_accels_for_action()
- Date: Tue, 19 Apr 2016 14:56:45 +0000 (UTC)
commit cb2950e17fdf73262d412ff95a8c98d904a7ea57
Author: Sébastien Wilmet <swilmet gnome org>
Date: Sat Apr 9 17:42:12 2016 +0200
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
gtk/gtkapplication.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkapplication.c b/gtk/gtkapplication.c
index bb90db5..924f380 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]