summaryrefslogtreecommitdiff
path: root/gio/src/socketaddress.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/socketaddress.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/socketaddress.hg')
-rw-r--r--gio/src/socketaddress.hg4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/src/socketaddress.hg b/gio/src/socketaddress.hg
index 1be525e7..489efe23 100644
--- a/gio/src/socketaddress.hg
+++ b/gio/src/socketaddress.hg
@@ -32,10 +32,10 @@ namespace Gio
* @newin{2,24}
* @ingroup NetworkIO
*/
-class SocketAddress : public Glib::Object,
+class GIOMM_API SocketAddress : public Glib::Object,
public SocketConnectable
{
- _CLASS_GOBJECT(SocketAddress, GSocketAddress, G_SOCKET_ADDRESS, Glib::Object, GObject)
+ _CLASS_GOBJECT(SocketAddress, GSocketAddress, G_SOCKET_ADDRESS, Glib::Object, GObject, , , GIOMM_API)
_IMPLEMENTS_INTERFACE(SocketConnectable)
public: