summaryrefslogtreecommitdiff
path: root/gio/src/dbusmethodinvocation.hg
diff options
context:
space:
mode:
Diffstat (limited to 'gio/src/dbusmethodinvocation.hg')
-rw-r--r--gio/src/dbusmethodinvocation.hg8
1 files changed, 4 insertions, 4 deletions
diff --git a/gio/src/dbusmethodinvocation.hg b/gio/src/dbusmethodinvocation.hg
index 65e81c02..90fd7769 100644
--- a/gio/src/dbusmethodinvocation.hg
+++ b/gio/src/dbusmethodinvocation.hg
@@ -26,7 +26,7 @@ _PINCLUDE(glibmm/private/object_p.h)
namespace Glib
{
-class Error;
+class GLIBMM_API Error;
}
@@ -36,7 +36,7 @@ namespace Gio
namespace DBus
{
-class Connection;
+class GIOMM_API Connection;
_GMMPROC_EXTRA_NAMESPACE(DBus)
@@ -52,9 +52,9 @@ _GMMPROC_EXTRA_NAMESPACE(DBus)
* @newin{2,28}
* @ingroup DBus
*/
-class MethodInvocation : public Glib::Object
+class GIOMM_API MethodInvocation : public Glib::Object
{
- _CLASS_GOBJECT(MethodInvocation, GDBusMethodInvocation, G_DBUS_METHOD_INVOCATION, Glib::Object, GObject)
+ _CLASS_GOBJECT(MethodInvocation, GDBusMethodInvocation, G_DBUS_METHOD_INVOCATION, Glib::Object, GObject, , , GIOMM_API)
public:
_WRAP_METHOD(Glib::ustring get_sender() const, g_dbus_method_invocation_get_sender)