summaryrefslogtreecommitdiff
path: root/gio/src/dbusproxy.hg
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2020-03-06 12:28:52 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2020-03-07 23:22:44 +0800
commit3f66ba73879bd0a0f76ae3c544a0029ef31b5413 (patch)
tree1c5ad5e20810e9f88880dc016843ca003dc725a2 /gio/src/dbusproxy.hg
parentd84be37aaa335e57bb6fe7de6bf4be736652a60d (diff)
downloadglibmm-3f66ba73879bd0a0f76ae3c544a0029ef31b5413.tar.gz
gio/src/*.hg: Mark classes and functions with GIOMM_API
This prepares the build to export symbols using compiler directives, in our bid to drop gendef.exe. We will also mark pre-declarations of usage of glibmm class items with GLIBMM_API as well.
Diffstat (limited to 'gio/src/dbusproxy.hg')
-rw-r--r--gio/src/dbusproxy.hg4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/src/dbusproxy.hg b/gio/src/dbusproxy.hg
index 4185a3d1..41b813a9 100644
--- a/gio/src/dbusproxy.hg
+++ b/gio/src/dbusproxy.hg
@@ -61,13 +61,13 @@ _WRAP_ENUM(ProxyFlags, GDBusProxyFlags, gtype_func g_dbus_proxy_flags_get_type)
* @newin{2,28}
* @ingroup DBus
*/
-class Proxy
+class GIOMM_API Proxy
: public Glib::Object,
public Initable,
public AsyncInitable,
public Interface
{
- _CLASS_GOBJECT(Proxy, GDBusProxy, G_DBUS_PROXY, Glib::Object, GObject)
+ _CLASS_GOBJECT(Proxy, GDBusProxy, G_DBUS_PROXY, Glib::Object, GObject, , , GIOMM_API)
_IMPLEMENTS_INTERFACE(Initable)
_IMPLEMENTS_INTERFACE(AsyncInitable)
_IMPLEMENTS_INTERFACE(DBus::Interface)