summaryrefslogtreecommitdiff
path: root/gio/src/volumemonitor.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/volumemonitor.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/volumemonitor.hg')
-rw-r--r--gio/src/volumemonitor.hg4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/src/volumemonitor.hg b/gio/src/volumemonitor.hg
index 2449a4db..88460d5b 100644
--- a/gio/src/volumemonitor.hg
+++ b/gio/src/volumemonitor.hg
@@ -33,9 +33,9 @@ namespace Gio
*
* @newin{2,16}
*/
-class VolumeMonitor : public Glib::Object
+class GIOMM_API VolumeMonitor : public Glib::Object
{
- _CLASS_GOBJECT(VolumeMonitor, GVolumeMonitor, G_VOLUME_MONITOR, Glib::Object, GObject)
+ _CLASS_GOBJECT(VolumeMonitor, GVolumeMonitor, G_VOLUME_MONITOR, Glib::Object, GObject, , , GIOMM_API)
protected:
public: