mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +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 "config.h"
|
||||||
|
|
||||||
#include "gsimpleaction.h"
|
#include "gsimpleaction.h"
|
||||||
#include "gactiongroup.h"
|
|
||||||
#include "gactionmap.h"
|
#include "gactionmap.h"
|
||||||
#include "gaction.h"
|
#include "gaction.h"
|
||||||
|
|
||||||
@@ -55,7 +54,7 @@
|
|||||||
* Since: 2.32
|
* 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
|
static void
|
||||||
g_action_map_default_init (GActionMapInterface *iface)
|
g_action_map_default_init (GActionMapInterface *iface)
|
||||||
|
Reference in New Issue
Block a user