docs: fix function name

g_action_parse_detailed_action_name() doesn't exist, it's
g_action_parse_detailed_name() instead.
This commit is contained in:
Sébastien Wilmet 2016-04-09 13:01:53 +02:00
parent 026368add7
commit d16abd3df3

View File

@ -548,10 +548,9 @@ bad_fmt:
* *
* It is an error to call this function with an invalid action name. * It is an error to call this function with an invalid action name.
* *
* This function is the opposite of * This function is the opposite of g_action_parse_detailed_name().
* g_action_parse_detailed_action_name(). It will produce a string that * It will produce a string that can be parsed back to the @action_name
* can be parsed back to the @action_name and @target_value by that * and @target_value by that function.
* function.
* *
* See that function for the types of strings that will be printed by * See that function for the types of strings that will be printed by
* this function. * this function.