mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 06:26:15 +01:00
gio: fix documentation of GAction
This commit is contained in:
parent
bffb440211
commit
7f60cbb701
@ -54,7 +54,7 @@ G_DEFINE_INTERFACE (GAction, g_action, G_TYPE_OBJECT)
|
|||||||
* In all cases, the implementing class is responsible for storing the
|
* In all cases, the implementing class is responsible for storing the
|
||||||
* name of the action, the parameter type, the enabled state, the
|
* name of the action, the parameter type, the enabled state, the
|
||||||
* optional state type and the state and emitting the appropriate
|
* optional state type and the state and emitting the appropriate
|
||||||
* signals when these change. The implementor responsible for filtering
|
* signals when these change. The implementor is responsible for filtering
|
||||||
* calls to g_action_activate() and g_action_change_state() for type
|
* calls to g_action_activate() and g_action_change_state() for type
|
||||||
* safety and for the state being enabled.
|
* safety and for the state being enabled.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user