X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Freference%2Fglib%2Ftmpl%2Fmodules.sgml;h=4e9829e254ef5821e1438f436f225eb2baa969eb;hb=3ce97fa284cbefdc2eb957f50a3a76d6ef923464;hp=ffd70ba8a5d4c1566508a02177b0ec007f5141f1;hpb=d77011caf416141916e71cfabbc038b71d7d517b;p=platform%2Fupstream%2Fglib.git diff --git a/docs/reference/glib/tmpl/modules.sgml b/docs/reference/glib/tmpl/modules.sgml index ffd70ba..4e9829e 100644 --- a/docs/reference/glib/tmpl/modules.sgml +++ b/docs/reference/glib/tmpl/modules.sgml @@ -115,20 +115,17 @@ OR of any of the #GModuleFlags. -Flags passed to g_module_open(). -#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_LAZY is not supported on all platforms.) -#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_LOCAL is not supported on all platforms.) - - -@G_MODULE_BIND_LAZY: -@G_MODULE_BIND_LOCAL: -@G_MODULE_BIND_MASK: +Flags passed to g_module_open(). Note that these flags are +not supported on all platforms. + + +@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.