summaryrefslogtreecommitdiff
path: root/gio/src/liststore.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/liststore.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/liststore.hg')
-rw-r--r--gio/src/liststore.hg4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/src/liststore.hg b/gio/src/liststore.hg
index 8c93c852..5585116e 100644
--- a/gio/src/liststore.hg
+++ b/gio/src/liststore.hg
@@ -34,11 +34,11 @@ namespace Gio
*
* @newin{2,50}
*/
-class ListStoreBase
+class GIOMM_API ListStoreBase
: public Glib::Object,
public ListModel
{
- _CLASS_GOBJECT(ListStoreBase, GListStore, G_LIST_STORE, Glib::Object, GObject)
+ _CLASS_GOBJECT(ListStoreBase, GListStore, G_LIST_STORE, Glib::Object, GObject, , , GIOMM_API)
_IMPLEMENTS_INTERFACE(ListModel)
_STRUCT_NOT_HIDDEN