From cdbaf741c1cb50b41c03c17f9948f6f29b9be021 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 10 May 2009 15:54:08 -0400 Subject: Add G_MODULE_EXPORT to exported module functions. --- shell/test/evolution-module-test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell/test/evolution-module-test.c') diff --git a/shell/test/evolution-module-test.c b/shell/test/evolution-module-test.c index 5f3bb26997..ceae63cf7c 100644 --- a/shell/test/evolution-module-test.c +++ b/shell/test/evolution-module-test.c @@ -26,7 +26,7 @@ void e_module_load (GTypeModule *type_module); void e_module_unload (GTypeModule *type_module); -void +G_MODULE_EXPORT void e_module_load (GTypeModule *type_module) { /* Register dynamically loaded types. */ @@ -35,7 +35,7 @@ e_module_load (GTypeModule *type_module) e_test_shell_view_register_type (type_module); } -void +G_MODULE_EXPORT void e_module_unload (GTypeModule *type_module) { } -- cgit v1.2.3