summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Wilmet <swilmet@gnome.org>2016-04-09 13:01:53 +0200
committerSébastien Wilmet <swilmet@gnome.org>2016-04-09 13:01:53 +0200
commitd16abd3df3dab2851e4c7880269502f203c19f5d (patch)
treeb519b0188995a2fffb753762ac808f53ca99ea5d
parent026368add7e7dd5b8e7f6857488e6578774275a4 (diff)
downloadglib-d16abd3df3dab2851e4c7880269502f203c19f5d.tar.gz
docs: fix function name
g_action_parse_detailed_action_name() doesn't exist, it's g_action_parse_detailed_name() instead.
-rw-r--r--gio/gaction.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/gio/gaction.c b/gio/gaction.c
index f36f9ef7a..2075bb068 100644
--- a/gio/gaction.c
+++ b/gio/gaction.c
@@ -548,10 +548,9 @@ bad_fmt:
*
* It is an error to call this function with an invalid action name.
*
- * This function is the opposite of
- * g_action_parse_detailed_action_name(). It will produce a string that
- * can be parsed back to the @action_name and @target_value by that
- * function.
+ * This function is the opposite of g_action_parse_detailed_name().
+ * It will produce a string that can be parsed back to the @action_name
+ * and @target_value by that function.
*
* See that function for the types of strings that will be printed by
* this function.