From cb588d45320c5a6b767d299ebd85306d45e1773c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 5 Feb 2014 21:23:28 -0500 Subject: Convert external links to markdown syntax --- gio/gmount.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gio/gmount.c') 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 shared-mime-info + * 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 shared-mime-info + * 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; -- cgit v1.2.1