summaryrefslogtreecommitdiff
path: root/gio/src/credentials.hg
diff options
context:
space:
mode:
Diffstat (limited to 'gio/src/credentials.hg')
-rw-r--r--gio/src/credentials.hg6
1 files changed, 4 insertions, 2 deletions
diff --git a/gio/src/credentials.hg b/gio/src/credentials.hg
index 31d50cd7..66c6cca7 100644
--- a/gio/src/credentials.hg
+++ b/gio/src/credentials.hg
@@ -14,6 +14,8 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
+_CONFIGINCLUDE(giommconfig.h)
+
#include <glibmm/object.h>
_DEFS(giomm,gio)
@@ -46,9 +48,9 @@ _WRAP_ENUM(CredentialsType, GCredentialsType, NO_GTYPE)
*
* @newin{2,28}
*/
-class Credentials : public Glib::Object
+class GIOMM_API Credentials : public Glib::Object
{
- _CLASS_GOBJECT(Credentials, GCredentials, G_CREDENTIALS, Glib::Object, GObject)
+ _CLASS_GOBJECT(Credentials, GCredentials, G_CREDENTIALS, Glib::Object, GObject, , , GIOMM_API)
protected:
_CTOR_DEFAULT