mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
Fix links in gio docs
This commit is contained in:
@@ -45,17 +45,17 @@ typedef struct _GActionGroupInterface GActionGroupInterfac
|
||||
* GActionGroupInterface:
|
||||
* @has_action: the virtual function pointer for g_action_group_has_action()
|
||||
* @list_actions: the virtual function pointer for g_action_group_list_actions()
|
||||
* @get_parameter_type: the virtual function pointer for g_action_group_get_parameter_type()
|
||||
* @get_state_type: the virtual function pointer for g_action_group_get_state_type()
|
||||
* @get_state_hint: the virtual function pointer for g_action_group_get_state_hint()
|
||||
* @get_enabled: the virtual function pointer for g_action_group_get_enabled()
|
||||
* @get_state: the virtual function pointer for g_action_group_get_state()
|
||||
* @set_state: the virtual function pointer for g_action_group_set_state()
|
||||
* @activate: the virtual function pointer for g_action_group_activate()
|
||||
* @action_added: the class closure for the action-added signal
|
||||
* @action_removed: the class closure for the action-removed signal
|
||||
* @action_enabled_changed: the class closure for the action-enabled-changed signal
|
||||
* @action_state_changed: the class closure for the action-enabled-changed signal
|
||||
* @get_action_parameter_type: the virtual function pointer for g_action_group_get_action_parameter_type()
|
||||
* @get_action_state_type: the virtual function pointer for g_action_group_get_action_state_type()
|
||||
* @get_action_state_hint: the virtual function pointer for g_action_group_get_action_state_hint()
|
||||
* @get_action_enabled: the virtual function pointer for g_action_group_get_action_enabled()
|
||||
* @get_action_state: the virtual function pointer for g_action_group_get_action_state()
|
||||
* @set_action_state: the virtual function pointer for g_action_group_set_action_state()
|
||||
* @activate_action: the virtual function pointer for g_action_group_activate_action()
|
||||
* @action_added: the class closure for the #GActionGroup::action-added signal
|
||||
* @action_removed: the class closure for the #GActionGroup::action-removed signal
|
||||
* @action_enabled_changed: the class closure for the #GActionGroup::action-enabled-changed signal
|
||||
* @action_state_changed: the class closure for the #GActionGroup::action-enabled-changed signal
|
||||
*
|
||||
* The virtual function table for #GActionGroup.
|
||||
*
|
||||
|
Reference in New Issue
Block a user