mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 06:32:10 +01:00
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:
parent
026368add7
commit
d16abd3df3
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user