Merge branch '3616-action-map-docs' into 'main'

gactionmap: Fix broken link in documentation comment

Closes #3616

See merge request GNOME/glib!4505
This commit is contained in:
Philip Withnall 2025-05-20 14:35:17 +00:00
commit 25677d10bf

View File

@ -137,7 +137,7 @@ g_action_map_remove_action (GActionMap *action_map,
* activate function for this action, given as a single GVariant type string
* (or `NULL` for no parameter)
* @state: the initial state for this action, given in
* [GVariant text format](gvariant-text-format.html). The state is parsed
* [GVariant text format](../glib/gvariant-text-format.html). The state is parsed
* with no extra type information, so type tags must be added to the string
* if they are necessary. Stateless actions should give `NULL` here.
* @change_state: the callback to connect to the "change-state" signal of the