docs: use |[ ]| instead of <programlisting></programlisting>

https://bugzilla.gnome.org/show_bug.cgi?id=723119
This commit is contained in:
William Jon McCann
2014-01-27 12:12:55 -05:00
parent a74ea0770d
commit 768bc44081
77 changed files with 328 additions and 358 deletions

View File

@ -100,7 +100,7 @@
*
* <example>
* <title>A #GtkPrintUnixDialog UI definition fragment.</title>
* <programlisting><![CDATA[
* |[
* <object class="GtkPrintUnixDialog" id="dialog1">
* <child internal-child="notebook">
* <object class="GtkNotebook" id="notebook">
@ -121,7 +121,7 @@
* </object>
* </child>
* </object>
* ]]></programlisting>
* ]|
* </example>
* </para>
* </refsect2>