[glade/glade-3-36.msvc: 18/18] plugins/gladeui: Mark symbols with G_MODULE_EXPORT
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade/glade-3-36.msvc: 18/18] plugins/gladeui: Mark symbols with G_MODULE_EXPORT
- Date: Mon, 8 Jun 2020 10:11:37 +0000 (UTC)
commit f740d2975a7e9b7deed09231caf5d0597e21dcc7
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Mon Jun 8 17:57:27 2020 +0800
plugins/gladeui: Mark symbols with G_MODULE_EXPORT
This is to ensure the needed symbols are indeed exported.
plugins/gladeui/glade-glade-editor-skeleton.c | 4 ++--
plugins/gladeui/glade-glade-property-shell.c | 2 +-
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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]