summaryrefslogtreecommitdiff
path: root/gio/gicon.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-02-06 08:04:52 -0500
committerMatthias Clasen <mclasen@redhat.com>2014-02-06 08:07:16 -0500
commit323242578524a1b6355d8451015b14ca75aa0afa (patch)
tree49349b60f68f79652335e9ebd437087ae174f6c0 /gio/gicon.c
parenta35d8a4c77fbb9a8dd143742c29c0807ec99412b (diff)
downloadglib-323242578524a1b6355d8451015b14ca75aa0afa.tar.gz
Docs: replace <literal> by `
Diffstat (limited to 'gio/gicon.c')
-rw-r--r--gio/gicon.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gio/gicon.c b/gio/gicon.c
index 00bc6c66f..abc5749af 100644
--- a/gio/gicon.c
+++ b/gio/gicon.c
@@ -194,13 +194,13 @@ 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 <literal>/path/to/my icon.png</literal>) 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 <literal>sftp://path/to/my&percnt;20icon.png</literal>).
+ * (such as `sftp://path/to/my&percnt;20icon.png`).
*
* - If @icon is a #GThemedIcon with exactly one name, the encoding is
- * simply the name (such as <literal>network-server</literal>).
+ * simply the name (such as `network-server`).
*
* Virtual: to_tokens
* Returns: An allocated NUL-terminated UTF8 string or %NULL if @icon can't