summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2020-06-08 17:57:27 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2020-06-08 17:57:27 +0800
commitf740d2975a7e9b7deed09231caf5d0597e21dcc7 (patch)
treea98524c33d63fee21641d10a3b7c9c2660201ad0
parent0b5c171e220d1fee8047213798341b7c34525621 (diff)
downloadglade-3-36.msvc.tar.gz
plugins/gladeui: Mark symbols with G_MODULE_EXPORTglade-3-36.msvc
This is to ensure the needed symbols are indeed exported.
-rw-r--r--plugins/gladeui/glade-glade-editor-skeleton.c4
-rw-r--r--plugins/gladeui/glade-glade-property-shell.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/plugins/gladeui/glade-glade-editor-skeleton.c b/plugins/gladeui/glade-glade-editor-skeleton.c
index b8a7cddf..53cec153 100644
--- a/plugins/gladeui/glade-glade-editor-skeleton.c
+++ b/plugins/gladeui/glade-glade-editor-skeleton.c
@@ -28,7 +28,7 @@
#define GLADE_TAG_SKELETON_EDITORS "child-editors"
#define GLADE_TAG_SKELETON_EDITOR "editor"
-void
+G_MODULE_EXPORT void
glade_glade_editor_skeleton_read_widget (GladeWidgetAdaptor *adaptor,
GladeWidget *widget,
GladeXmlNode *node)
@@ -81,7 +81,7 @@ glade_glade_editor_skeleton_read_widget (GladeWidgetAdaptor *adaptor,
}
}
-void
+G_MODULE_EXPORT void
glade_glade_editor_skeleton_write_widget_after (GladeWidgetAdaptor *adaptor,
GladeWidget *widget,
GladeXmlContext *context,
diff --git a/plugins/gladeui/glade-glade-property-shell.c b/plugins/gladeui/glade-glade-property-shell.c
index 20c718fa..7047dcc0 100644
--- a/plugins/gladeui/glade-glade-property-shell.c
+++ b/plugins/gladeui/glade-glade-property-shell.c
@@ -25,7 +25,7 @@
#include <config.h>
#include <gladeui/glade.h>
-void
+G_MODULE_EXPORT void
glade_glade_property_shell_post_create (GladeWidgetAdaptor *adaptor,
GObject *object,
GladeCreateReason reason)