From 0a8367524cec8d4d0dec1b3f05eeb2f8d1b6aedd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 21 Oct 2022 09:34:05 +0300 Subject: Update glib introspection data Based on 86430a27d26b9b72b02ff0b81eeaa5df0525646c. --- gir/gmodule-2.0.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gir/gmodule-2.0.c') diff --git a/gir/gmodule-2.0.c b/gir/gmodule-2.0.c index 4716aad2..e07a8823 100644 --- a/gir/gmodule-2.0.c +++ b/gir/gmodule-2.0.c @@ -57,6 +57,11 @@ * non-default * [visibility flag](https://gcc.gnu.org/onlinedocs/gcc/Code-Gen-Options.html#index-fvisibility-1260) * such as `hidden`. + * + * This macro must only be used when compiling a shared module. Modules that + * support both shared and static linking should define their own macro that + * expands to %G_MODULE_EXPORT when compiling the shared module, but is empty + * when compiling the static module on Windows. */ -- cgit v1.2.1