summaryrefslogtreecommitdiff
path: root/gir/gmodule-2.0.c
diff options
context:
space:
mode:
Diffstat (limited to 'gir/gmodule-2.0.c')
-rw-r--r--gir/gmodule-2.0.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/gir/gmodule-2.0.c b/gir/gmodule-2.0.c
index a57ce315..e8012cd3 100644
--- a/gir/gmodule-2.0.c
+++ b/gir/gmodule-2.0.c
@@ -26,22 +26,6 @@
/**
- * GModuleFlags:
- * @G_MODULE_BIND_LAZY: specifies that symbols are only resolved when
- * needed. The default action is to bind all symbols when the module
- * is loaded.
- * @G_MODULE_BIND_LOCAL: specifies that symbols in the module should
- * not be added to the global name space. The default action on most
- * platforms is to place symbols in the module in the global name space,
- * which may cause conflicts with existing symbols.
- * @G_MODULE_BIND_MASK: mask for all flags.
- *
- * Flags passed to g_module_open().
- * Note that these flags are not supported on all platforms.
- */
-
-
-/**
* GModuleUnload:
* @module: the #GModule about to be unloaded
*