summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)