Docs: Convert examples to |[ ]|

This commit is contained in:
Matthias Clasen
2014-01-31 21:56:33 -05:00
parent 4d12e0d66f
commit 17f51583a8
27 changed files with 346 additions and 442 deletions

View File

@@ -447,9 +447,9 @@ g_file_has_uri_scheme (GFile *file,
*
* Gets the URI scheme for a #GFile.
* RFC 3986 decodes the scheme as:
* <programlisting>
* |[
* URI = scheme ":" hier-part [ "?" query ] [ "#" fragment ]
* </programlisting>
* ]|
* Common schemes include "file", "http", "ftp", etc.
*
* This call does no blocking I/O.