summaryrefslogtreecommitdiff
path: root/gio/src/tlsinteraction.hg
diff options
context:
space:
mode:
Diffstat (limited to 'gio/src/tlsinteraction.hg')
-rw-r--r--gio/src/tlsinteraction.hg8
1 files changed, 4 insertions, 4 deletions
diff --git a/gio/src/tlsinteraction.hg b/gio/src/tlsinteraction.hg
index 09bb2cb8..ed1ed019 100644
--- a/gio/src/tlsinteraction.hg
+++ b/gio/src/tlsinteraction.hg
@@ -28,8 +28,8 @@ namespace Gio
_WRAP_ENUM(TlsInteractionResult, GTlsInteractionResult)
_WRAP_ENUM(TlsCertificateRequestFlags, GTlsCertificateRequestFlags)
-class Cancellable;
-class TlsPassword;
+class GIOMM_API Cancellable;
+class GIOMM_API TlsPassword;
/** TlsInteraction - Interaction with the user during TLS operations.
* TlsInteraction provides a mechanism for the TLS connection and database code
@@ -53,9 +53,9 @@ class TlsPassword;
* finish method.
* @newin{2,36}
*/
-class TlsInteraction : public Glib::Object
+class GIOMM_API TlsInteraction : public Glib::Object
{
- _CLASS_GOBJECT(TlsInteraction, GTlsInteraction, G_TLS_INTERACTION, Glib::Object, GObject)
+ _CLASS_GOBJECT(TlsInteraction, GTlsInteraction, G_TLS_INTERACTION, Glib::Object, GObject, , , GIOMM_API)
protected:
_CTOR_DEFAULT