docs: Remove some latent DocBook usage in the GObjectClass documentation

Replace it with gtk-doc syntax.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2018-01-05 16:44:18 +00:00
parent 2939585bd6
commit 7c2fd10fe4

View File

@ -287,9 +287,8 @@ struct _GObject
*
* The class structure for the GObject type.
*
* <example>
* <title>Implementing singletons using a constructor</title>
* <programlisting>
* |[<!-- language="C" -->
* // Example of implementing a singleton using a constructor.
* static MySingleton *the_singleton = NULL;
*
* static GObject*
@ -311,7 +310,7 @@ struct _GObject
*
* return object;
* }
* </programlisting></example>
* ]|
*/
struct _GObjectClass
{