mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 11:12:11 +01:00
gactionmap: don't require GActionGroup
https://bugzilla.gnome.org/show_bug.cgi?id=698478
This commit is contained in:
parent
ac1379e22c
commit
390115f385
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user