win32: Support autolaunching dbus daemon
[platform/upstream/glib.git] / gio / gsimpleactiongroup.h
index 14d60c4..7de37bc 100644 (file)
@@ -27,6 +27,7 @@
 #define __G_SIMPLE_ACTION_GROUP_H__
 
 #include "gactiongroup.h"
+#include "gactionmap.h"
 
 G_BEGIN_DECLS
 
@@ -50,7 +51,7 @@ typedef struct _GSimpleActionGroupClass                     GSimpleActionGroupCl
  *
  * The #GSimpleActionGroup structure contains private data and should only be accessed using the provided API.
  *
- * Since: 2.26
+ * Since: 2.28
  */
 struct _GSimpleActionGroup
 {
@@ -82,6 +83,11 @@ void                    g_simple_action_group_insert                    (GSimple
 void                    g_simple_action_group_remove                    (GSimpleActionGroup *simple,
                                                                          const gchar        *action_name);
 
+void                    g_simple_action_group_add_entries               (GSimpleActionGroup *simple,
+                                                                         const GActionEntry *entries,
+                                                                         gint                n_entries,
+                                                                         gpointer            user_data);
+
 G_END_DECLS
 
 #endif /* __G_SIMPLE_ACTION_GROUP_H__ */