mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 14:42: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.
|
* 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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user