summaryrefslogtreecommitdiff
path: root/gio/src/actionmap.hg
diff options
context:
space:
mode:
Diffstat (limited to 'gio/src/actionmap.hg')
-rw-r--r--gio/src/actionmap.hg6
1 files changed, 3 insertions, 3 deletions
diff --git a/gio/src/actionmap.hg b/gio/src/actionmap.hg
index 74b3dd60..43075b72 100644
--- a/gio/src/actionmap.hg
+++ b/gio/src/actionmap.hg
@@ -28,7 +28,7 @@ typedef struct _GActionMapInterface GActionMapInterface;
namespace Gio
{
-class Action;
+class GIOMM_API Action;
//TODO: Instead derive from ActionGroup, when we can break ABI,
//because the GActionMap interface requires the GActionGroup interface.
@@ -44,9 +44,9 @@ class Action;
* or "win."). This is the motivation for the 'Map' part of the interface name.
* @newin{2,32}
*/
-class ActionMap : public Glib::Interface
+class GIOMM_API ActionMap : public Glib::Interface
{
- _CLASS_INTERFACE(ActionMap, GActionMap, G_ACTION_MAP, GActionMapInterface)
+ _CLASS_INTERFACE(ActionMap, GActionMap, G_ACTION_MAP, GActionMapInterface, , , GIOMM_API)
// The various add_action...() methods are our equivalent for g_action_map_add_action_entries().
_IGNORE(g_action_map_add_action_entries)