summaryrefslogtreecommitdiff
path: root/gio/src/socketconnection.hg
diff options
context:
space:
mode:
Diffstat (limited to 'gio/src/socketconnection.hg')
-rw-r--r--gio/src/socketconnection.hg4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/src/socketconnection.hg b/gio/src/socketconnection.hg
index 1c9a7386..64237676 100644
--- a/gio/src/socketconnection.hg
+++ b/gio/src/socketconnection.hg
@@ -46,9 +46,9 @@ namespace Gio
* @newin{2,24}
* @ingroup NetworkIO
*/
-class SocketConnection : public Gio::IOStream
+class GIOMM_API SocketConnection : public Gio::IOStream
{
- _CLASS_GOBJECT(SocketConnection, GSocketConnection, G_SOCKET_CONNECTION, Gio::IOStream, GIOStream)
+ _CLASS_GOBJECT(SocketConnection, GSocketConnection, G_SOCKET_CONNECTION, Gio::IOStream, GIOStream, , , GIOMM_API)
public:
_WRAP_METHOD(bool connect(const Glib::RefPtr<SocketAddress>& address, const Glib::RefPtr<Cancellable>& cancellable{?}), g_socket_connection_connect, errthrow)