diff --git a/gio/gapplication.c b/gio/gapplication.c
index 4ca811c39..6be6036e3 100644
--- a/gio/gapplication.c
+++ b/gio/gapplication.c
@@ -69,6 +69,11 @@
* The use count can be changed using g_application_hold() and
* g_application_release(). If it drops to zero, the application exits.
*
+ * GApplication also implements the #GActionGroup interface and lets you
+ * easily export actions by adding them with g_application_set_action_group().
+ * When invoking an action by calling g_action_group_activate_action() on
+ * the application, it is always invoked in the primary instance.
+ *
* Opening files with a GApplication
*
*
@@ -76,6 +81,14 @@
*
*
*
+ *
+ * A GApplication with actions
+ *
+ *
+ * FIXME: MISSING XINCLUDE CONTENT
+ *
+ *
+ *
*/
struct _GApplicationPrivate