summaryrefslogtreecommitdiff
path: root/gio/gmount.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/gmount.c
parent0cc20b7e0b8376a1b7c14a1a712d1f22a8c0eac0 (diff)
downloadglib-cb588d45320c5a6b767d299ebd85306d45e1773c.tar.gz
Convert external links to markdown syntax
Diffstat (limited to 'gio/gmount.c')
-rw-r--r--gio/gmount.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/gio/gmount.c b/gio/gmount.c
index 6b17291cd..f11c650cb 100644
--- a/gio/gmount.c
+++ b/gio/gmount.c
@@ -767,7 +767,8 @@ g_mount_remount_finish (GMount *mount,
* Tries to guess the type of content stored on @mount. Returns one or
* more textual identifiers of well-known content types (typically
* prefixed with "x-content/"), e.g. x-content/image-dcf for camera
- * memory cards. See the <ulink url="http://www.freedesktop.org/wiki/Specifications/shared-mime-info-spec">shared-mime-info</ulink>
+ * memory cards. See the
+ * [shared-mime-info](http://www.freedesktop.org/wiki/Specifications/shared-mime-info-spec)
* specification for more on x-content types.
*
* This is an asynchronous operation (see
@@ -854,7 +855,8 @@ g_mount_guess_content_type_finish (GMount *mount,
* Tries to guess the type of content stored on @mount. Returns one or
* more textual identifiers of well-known content types (typically
* prefixed with "x-content/"), e.g. x-content/image-dcf for camera
- * memory cards. See the <ulink url="http://www.freedesktop.org/wiki/Specifications/shared-mime-info-spec">shared-mime-info</ulink>
+ * memory cards. See the
+ * [shared-mime-info](http://www.freedesktop.org/wiki/Specifications/shared-mime-info-spec)
* specification for more on x-content types.
*
* This is an synchronous operation and as such may block doing IO;