mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 13:06:14 +01:00
GActionEntry: one more docs fix
Hyperlink "GVariant text format".
This commit is contained in:
parent
c78037773b
commit
42e04f4eff
@ -133,10 +133,11 @@ g_action_map_remove_action (GActionMap *action_map,
|
|||||||
* @parameter_type: the type of the parameter that must be passed to the
|
* @parameter_type: the type of the parameter that must be passed to the
|
||||||
* activate function for this action, given as a single
|
* activate function for this action, given as a single
|
||||||
* GVariant type string (or %NULL for no parameter)
|
* GVariant type string (or %NULL for no parameter)
|
||||||
* @state: the initial state for this action, given in GVariant text
|
* @state: the initial state for this action, given in
|
||||||
* format. The state is parsed with no extra type information,
|
* [GVariant text format][gvariant-text]. The state is parsed
|
||||||
* so type tags must be added to the string if they are
|
* with no extra type information, so type tags must be added to
|
||||||
* necessary. Stateless actions should give %NULL here.
|
* the string if they are necessary. Stateless actions should
|
||||||
|
* give %NULL here.
|
||||||
* @change_state: the callback to connect to the "change-state" signal
|
* @change_state: the callback to connect to the "change-state" signal
|
||||||
* of the action. All stateful actions should provide a
|
* of the action. All stateful actions should provide a
|
||||||
* handler here; stateless actions should not.
|
* handler here; stateless actions should not.
|
||||||
|
Loading…
Reference in New Issue
Block a user