summaryrefslogtreecommitdiff
path: root/gir/gmodule-2.0.c
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2022-10-21 09:34:05 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-10-21 09:34:05 +0300
commit0a8367524cec8d4d0dec1b3f05eeb2f8d1b6aedd (patch)
tree942dbd8c5c8d835116922fefb0e84b9d3f9447dd /gir/gmodule-2.0.c
parentb03e32ecef658b72bebefcab378e7c9fc70c1296 (diff)
downloadgobject-introspection-0a8367524cec8d4d0dec1b3f05eeb2f8d1b6aedd.tar.gz
Update glib introspection data
Based on 86430a27d26b9b72b02ff0b81eeaa5df0525646c.
Diffstat (limited to 'gir/gmodule-2.0.c')
-rw-r--r--gir/gmodule-2.0.c5
1 files changed, 5 insertions, 0 deletions
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.
*/