X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=glib%2Fgurifuncs.c;h=44cf82a071ba8612895ed086108d7a5dc40e6702;hb=35eaf037bdfca985abf5d349e7355f1d2ed9c77b;hp=54f9a0f2a7b55f2db795f1e6ba6cf4c4681e758a;hpb=078dbda148a81af1b3a76fbda72f089b963087f1;p=platform%2Fupstream%2Fglib.git diff --git a/glib/gurifuncs.c b/glib/gurifuncs.c index 54f9a0f..44cf82a 100644 --- a/glib/gurifuncs.c +++ b/glib/gurifuncs.c @@ -37,8 +37,9 @@ * @short_description: manipulating URIs * * Functions for manipulating Universal Resource Identifiers (URIs) as - * defined by - * RFC 3986. It is highly recommended that you have read and + * defined by + * [RFC 3986](http://www.ietf.org/rfc/rfc3986.txt). + * It is highly recommended that you have read and * understand RFC 3986 for understanding this API. */ @@ -165,9 +166,9 @@ g_uri_unescape_string (const char *escaped_string, * @uri: a valid URI. * * Gets the scheme portion of a URI string. RFC 3986 decodes the scheme as: - * + * |[ * URI = scheme ":" hier-part [ "?" query ] [ "#" fragment ] - * + * ]| * Common schemes include "file", "http", "svn+ssh", etc. * * Returns: The "Scheme" component of the URI, or %NULL on error.