mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
gactionmap: don't require GActionGroup
https://bugzilla.gnome.org/show_bug.cgi?id=698478
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
#include "config.h"
|
||||
|
||||
#include "gsimpleaction.h"
|
||||
#include "gactiongroup.h"
|
||||
#include "gactionmap.h"
|
||||
#include "gaction.h"
|
||||
|
||||
@@ -55,7 +54,7 @@
|
||||
* Since: 2.32
|
||||
**/
|
||||
|
||||
G_DEFINE_INTERFACE (GActionMap, g_action_map, G_TYPE_ACTION_GROUP)
|
||||
G_DEFINE_INTERFACE (GActionMap, g_action_map, G_TYPE_OBJECT)
|
||||
|
||||
static void
|
||||
g_action_map_default_init (GActionMapInterface *iface)
|
||||
|
Reference in New Issue
Block a user