[glib/wip/doc-fixes: 6/11] docs: Add missing parent interface descriptions
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/doc-fixes: 6/11] docs: Add missing parent interface descriptions
- Date: Tue, 21 Feb 2012 11:27:25 +0000 (UTC)
commit f85491c545a49026e8d52bcf622b597e5b0df2b7
Author: David King <amigadave amigadave com>
Date: Sun Feb 19 15:25:13 2012 +0000
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(+), 0 deletions(-)
---
diff --git a/gio/gaction.c b/gio/gaction.c
index 3329830..303698d 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 73d1ca3..dcc9895 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 67feec8..5b12b29 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 9f1ee9a..3a5ce5a 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()
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]