From a1982b4bfa427bb7c624e2fbd218bea1f4d4746c Mon Sep 17 00:00:00 2001 From: David King Date: Sun, 19 Feb 2012 15:25:13 +0000 Subject: [PATCH] docs: Add missing parent interface descriptions --- gio/gaction.c | 1 + gio/gactiongroup.c | 1 + gio/gactionmap.c | 1 + gio/gremoteactiongroup.c | 1 + 4 files changed, 4 insertions(+) diff --git a/gio/gaction.c b/gio/gaction.c index 3329830e9..303698d0c 100644 --- a/gio/gaction.c +++ b/gio/gaction.c @@ -63,6 +63,7 @@ G_DEFINE_INTERFACE (GAction, g_action, G_TYPE_OBJECT) /** * GActionInterface: + * @g_iface: the parent interface * @get_name: the virtual function pointer for g_action_get_name() * @get_parameter_type: the virtual function pointer for g_action_get_parameter_type() * @get_state_type: the virtual function pointer for g_action_get_state_type() diff --git a/gio/gactiongroup.c b/gio/gactiongroup.c index 30e5e137d..507f5f4a2 100644 --- a/gio/gactiongroup.c +++ b/gio/gactiongroup.c @@ -79,6 +79,7 @@ /** * GActionGroupInterface: + * @g_iface: the parent interface * @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_action_parameter_type: the virtual function pointer for g_action_group_get_action_parameter_type() diff --git a/gio/gactionmap.c b/gio/gactionmap.c index 3d4c48167..1549443ea 100644 --- a/gio/gactionmap.c +++ b/gio/gactionmap.c @@ -46,6 +46,7 @@ /** * GActionMapInterface: + * @g_iface: the parent interface * @lookup_action: the virtual function pointer for g_action_map_lookup_action() * @add_action: the virtual function pointer for g_action_map_add_action() * @remove_action: the virtual function pointer for g_action_map_remove_action() diff --git a/gio/gremoteactiongroup.c b/gio/gremoteactiongroup.c index 1b6f34217..021ef6e00 100644 --- a/gio/gremoteactiongroup.c +++ b/gio/gremoteactiongroup.c @@ -58,6 +58,7 @@ /** * GRemoteActionGroupInterface: + * @g_iface: the parent interface * @activate_action_full: the virtual function pointer for g_remote_action_group_activate_action_full() * @change_action_state_full: the virtual function pointer for g_remote_action_group_change_action_state_full() *