From c5a1e4f6c395759f19e264a7497713ea3ab2b0a2 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sun, 15 Oct 2023 15:32:12 +0100 Subject: [PATCH] docs: Remove duplicate interface field --- gio/gactiongroup.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gio/gactiongroup.c b/gio/gactiongroup.c index b259ead1f..7f7cb1c12 100644 --- a/gio/gactiongroup.c +++ b/gio/gactiongroup.c @@ -84,13 +84,12 @@ * @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() * @change_action_state: the virtual function pointer for g_action_group_change_action_state() - * @query_action: the virtual function pointer for g_action_group_query_action() * @activate_action: the virtual function pointer for g_action_group_activate_action() - * @change_action_state: the virtual function pointer for g_action_group_change_action_state() * @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 + * @query_action: the virtual function pointer for g_action_group_query_action() * * The virtual function table for #GActionGroup. *