From fee9194adeac05d843280c8726641e6004e7bc8a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 31 Jan 2014 23:01:30 -0500 Subject: [PATCH] GIcon: Convert docs to markdown --- gio/gicon.c | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/gio/gicon.c b/gio/gicon.c index b4685ab03..00bc6c66f 100644 --- a/gio/gicon.c +++ b/gio/gicon.c @@ -193,19 +193,14 @@ g_icon_to_string_tokenized (GIcon *icon, GString *s) * The encoding of the returned string is proprietary to #GIcon except * in the following two cases * - * - * - * If @icon is a #GFileIcon, the returned string is a native path - * (such as /path/to/my icon.png) without escaping - * if the #GFile for @icon is a native file. If the file is not - * native, the returned string is the result of g_file_get_uri() - * (such as sftp://path/to/my%20icon.png). - * - * - * If @icon is a #GThemedIcon with exactly one name, the encoding is + * - If @icon is a #GFileIcon, the returned string is a native path + * (such as /path/to/my icon.png) without escaping + * if the #GFile for @icon is a native file. If the file is not + * native, the returned string is the result of g_file_get_uri() + * (such as sftp://path/to/my%20icon.png). + * + * - If @icon is a #GThemedIcon with exactly one name, the encoding is * simply the name (such as network-server). - * - * * * Virtual: to_tokens * Returns: An allocated NUL-terminated UTF8 string or %NULL if @icon can't