summaryrefslogtreecommitdiff
path: root/gio/gcontenttype.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-02-05 21:23:28 -0500
committerMatthias Clasen <mclasen@redhat.com>2014-02-05 21:23:28 -0500
commitcb588d45320c5a6b767d299ebd85306d45e1773c (patch)
tree48c7774c89dbd5e13ee4cefe90ea99b0f228a6ea /gio/gcontenttype.c
parent0cc20b7e0b8376a1b7c14a1a712d1f22a8c0eac0 (diff)
downloadglib-cb588d45320c5a6b767d299ebd85306d45e1773c.tar.gz
Convert external links to markdown syntax
Diffstat (limited to 'gio/gcontenttype.c')
-rw-r--r--gio/gcontenttype.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/gio/gcontenttype.c b/gio/gcontenttype.c
index a3b6dde99..0ac90cb7d 100644
--- a/gio/gcontenttype.c
+++ b/gio/gcontenttype.c
@@ -40,7 +40,9 @@
* @include: gio/gio.h
*
* A content type is a platform specific string that defines the type
- * of a file. On UNIX it is a <ulink url="http://www.wikipedia.org/wiki/Internet_media_type">mime type</ulink> like "text/plain" or "image/png".
+ * of a file. On UNIX it is a
+ * [mime type](http://www.wikipedia.org/wiki/Internet_media_type)
+ * like "text/plain" or "image/png".
* On Win32 it is an extension string like ".doc", ".txt" or a perceived
* string like "audio". Such strings can be looked up in the registry at
* HKEY_CLASSES_ROOT.
@@ -486,7 +488,8 @@ g_content_type_get_symbolic_icon (const gchar *type)
*
* Gets the generic icon name for a content type.
*
- * See the <ulink url="http://www.freedesktop.org/wiki/Specifications/shared-mime-info-spec">shared-mime-info</ulink>
+ * See the
+ * [shared-mime-info](http://www.freedesktop.org/wiki/Specifications/shared-mime-info-spec)
* specification for more on the generic icon name.
*
* Returns: (allow-none): the registered generic icon name for the given @type,
@@ -1374,7 +1377,8 @@ match_match (TreeMatch *match,
*
* The types returned all have the form x-content/foo, e.g.
* x-content/audio-cdda (for audio CDs) or x-content/image-dcf
- * (for a camera memory card). See the <ulink url="http://www.freedesktop.org/wiki/Specifications/shared-mime-info-spec">shared-mime-info</ulink>
+ * (for a camera memory card). See the
+ * [shared-mime-info](http://www.freedesktop.org/wiki/Specifications/shared-mime-info-spec)
* specification for more on x-content types.
*
* This function is useful in the implementation of