[glade/glade-3-36.msvc: 17/18] plugins/python: Mark symbols with G_MODULE_EXPORT



commit 0b5c171e220d1fee8047213798341b7c34525621
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Mon Jun 8 17:56:17 2020 +0800

    plugins/python: Mark symbols with G_MODULE_EXPORT
    
    This is to ensure that the needed symbols are exported for things to
    work properly

 plugins/python/glade-python.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plugins/python/glade-python.c b/plugins/python/glade-python.c
index bbdbbe77..9503670e 100644
--- a/plugins/python/glade-python.c
+++ b/plugins/python/glade-python.c
@@ -165,7 +165,7 @@ glade_python_setup ()
   return FALSE;
 }
 
-void
+G_MODULE_EXPORT void
 glade_python_init (const gchar *name)
 {
   static gsize init = 0;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]