summaryrefslogtreecommitdiff
path: root/gir/gmodule-2.0.c
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2017-04-10 09:38:52 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2017-04-10 09:38:52 +0200
commita355c02a047795852e2bc673e1a48af9e43b2037 (patch)
tree519cca9d2199b97442ed45622cade9f970124c5b /gir/gmodule-2.0.c
parentc162d16f03b74aef23c4ab04e0fd66dccbc47850 (diff)
downloadgobject-introspection-a355c02a047795852e2bc673e1a48af9e43b2037.tar.gz
gir: Update annotations from GLib git master
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
*