Docs: don't use the structname tag

Just avoid explicit docbook markup.
This commit is contained in:
Matthias Clasen
2014-01-31 00:29:14 -05:00
parent 6f3c465535
commit 3d42934b71
11 changed files with 86 additions and 93 deletions

View File

@@ -82,7 +82,7 @@
* it must ensure that it is never unloaded, by calling g_module_make_resident().
*
* <example>
* <title>Calling a function defined in a <structname>GModule</structname></title>
* <title>Calling a function defined in a GModule</title>
* <programlisting>
* /&ast; the function signature for 'say_hello' &ast;/
* typedef void (* SayHelloFunc) (const char *message);