X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgicon.c;h=b5080dae28e195c0daa29310e5feff40e155033f;hb=ffe286e647ce9ba9bb8e1631ba3cf0194038f438;hp=00bc6c66f35c77ae3644d79675dc13ccd0baadb8;hpb=fee9194adeac05d843280c8726641e6004e7bc8a;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gicon.c b/gio/gicon.c index 00bc6c6..b5080da 100644 --- a/gio/gicon.c +++ b/gio/gicon.c @@ -194,17 +194,17 @@ g_icon_to_string_tokenized (GIcon *icon, GString *s) * 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 + * (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). + * (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). + * simply the name (such as `network-server`). * * Virtual: to_tokens - * Returns: An allocated NUL-terminated UTF8 string or %NULL if @icon can't - * be serialized. Use g_free() to free. + * Returns: (nullable): An allocated NUL-terminated UTF8 string or + * %NULL if @icon can't be serialized. Use g_free() to free. * * Since: 2.20 */