From d16abd3df3dab2851e4c7880269502f203c19f5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Wilmet?= Date: Sat, 9 Apr 2016 13:01:53 +0200 Subject: [PATCH] docs: fix function name g_action_parse_detailed_action_name() doesn't exist, it's g_action_parse_detailed_name() instead. --- gio/gaction.c | 7 +++---- 1 file 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.