summaryrefslogtreecommitdiff
path: root/gio
diff options
context:
space:
mode:
authorVolker Sobek <reklov@live.com>2014-04-15 16:18:59 +0200
committerVolker Sobek <reklov@live.com>2014-04-15 22:19:07 +0200
commit9f0ad54c8082656c29e4b567bd4d5f4bd849375c (patch)
tree180932886be3fb0af5ef0e9a39f060aa9a4b87c1 /gio
parentafaee8dc6ad72281dd1a51ebae58aaabf0efdb05 (diff)
docs: Use markdown links in all .c and .h files
Commit e7fd3de86d60 already did most of this. https://bugzilla.gnome.org/show_bug.cgi?id=728285
Diffstat (limited to 'gio')
-rw-r--r--gio/gdesktopappinfo.h2
-rw-r--r--gio/giotypes.h2
-rw-r--r--gio/gnetworkmonitor.h2
-rw-r--r--gio/gproxy.h2
-rw-r--r--gio/gproxyresolver.h2
-rw-r--r--gio/gtlsbackend.h2
-rw-r--r--gio/gvfs.h2
-rw-r--r--gio/gvolume.h4
-rw-r--r--gio/gvolumemonitor.h2
9 files changed, 10 insertions, 10 deletions
diff --git a/gio/gdesktopappinfo.h b/gio/gdesktopappinfo.h
index 979092b79..b9bb6993c 100644
--- a/gio/gdesktopappinfo.h
+++ b/gio/gdesktopappinfo.h
@@ -107,7 +107,7 @@ gchar * g_desktop_app_info_get_action_name (GDeskto
* G_DESKTOP_APP_INFO_LOOKUP_EXTENSION_POINT_NAME:
*
* Extension point for default handler to URI association. See
- * <link linkend="extending-gio">Extending GIO</link>.
+ * [Extending GIO][extending-gio].
*/
#define G_DESKTOP_APP_INFO_LOOKUP_EXTENSION_POINT_NAME "gio-desktop-app-info-lookup"
diff --git a/gio/giotypes.h b/gio/giotypes.h
index 9efc54ec9..d3f8be0d5 100644
--- a/gio/giotypes.h
+++ b/gio/giotypes.h
@@ -497,7 +497,7 @@ typedef struct _GDBusObjectManagerServer GDBusObjectManagerServer;
* object proxy (if @interface_name is %NULL).
*
* This function is called in the
- * <link linkend="g-main-context-push-thread-default">thread-default main loop</link>
+ * [thread-default main loop][g-main-context-push-thread-default]
* that @manager was constructed in.
*
* Returns: A #GType to use for the remote object. The returned type
diff --git a/gio/gnetworkmonitor.h b/gio/gnetworkmonitor.h
index d81b13f81..9cbb3c2a8 100644
--- a/gio/gnetworkmonitor.h
+++ b/gio/gnetworkmonitor.h
@@ -31,7 +31,7 @@ G_BEGIN_DECLS
* G_NETWORK_MONITOR_EXTENSION_POINT_NAME:
*
* Extension point for network status monitoring functionality.
- * See <link linkend="extending-gio">Extending GIO</link>.
+ * See [Extending GIO][extending-gio].
*
* Since: 2.30
*/
diff --git a/gio/gproxy.h b/gio/gproxy.h
index 73f9f6672..9a169c945 100644
--- a/gio/gproxy.h
+++ b/gio/gproxy.h
@@ -40,7 +40,7 @@ G_BEGIN_DECLS
* G_PROXY_EXTENSION_POINT_NAME:
*
* Extension point for proxy functionality.
- * See <link linkend="extending-gio">Extending GIO</link>.
+ * See [Extending GIO][extending-gio].
*
* Since: 2.26
*/
diff --git a/gio/gproxyresolver.h b/gio/gproxyresolver.h
index 97964b22e..994da01ca 100644
--- a/gio/gproxyresolver.h
+++ b/gio/gproxyresolver.h
@@ -38,7 +38,7 @@ G_BEGIN_DECLS
* G_PROXY_RESOLVER_EXTENSION_POINT_NAME:
*
* Extension point for proxy resolving functionality.
- * See <link linkend="extending-gio">Extending GIO</link>.
+ * See [Extending GIO][extending-gio].
*/
#define G_PROXY_RESOLVER_EXTENSION_POINT_NAME "gio-proxy-resolver"
diff --git a/gio/gtlsbackend.h b/gio/gtlsbackend.h
index 806463679..440d02d02 100644
--- a/gio/gtlsbackend.h
+++ b/gio/gtlsbackend.h
@@ -31,7 +31,7 @@ G_BEGIN_DECLS
* G_TLS_BACKEND_EXTENSION_POINT_NAME:
*
* Extension point for TLS functionality via #GTlsBackend.
- * See <link linkend="extending-gio">Extending GIO</link>.
+ * See [Extending GIO][extending-gio].
*/
#define G_TLS_BACKEND_EXTENSION_POINT_NAME "gio-tls-backend"
diff --git a/gio/gvfs.h b/gio/gvfs.h
index 54a0fb70a..e67e2d9a1 100644
--- a/gio/gvfs.h
+++ b/gio/gvfs.h
@@ -40,7 +40,7 @@ G_BEGIN_DECLS
* G_VFS_EXTENSION_POINT_NAME:
*
* Extension point for #GVfs functionality.
- * See <link linkend="extending-gio">Extending GIO</link>.
+ * See [Extending GIO][extending-gio].
*/
#define G_VFS_EXTENSION_POINT_NAME "gio-vfs"
diff --git a/gio/gvolume.h b/gio/gvolume.h
index 48359e032..c9421b1c9 100644
--- a/gio/gvolume.h
+++ b/gio/gvolume.h
@@ -105,10 +105,10 @@ G_BEGIN_DECLS
* @mount_finish: Finishes a mount operation.
* @eject: Ejects a given #GVolume.
* @eject_finish: Finishes an eject operation.
- * @get_identifier: Returns the <link linkend="volume-identifier">identifier</link> of the given kind, or %NULL if
+ * @get_identifier: Returns the [identifier][volume-identifier] of the given kind, or %NULL if
* the #GVolume doesn't have one.
* @enumerate_identifiers: Returns an array strings listing the kinds
- * of <link linkend="volume-identifier">identifiers</link> which the #GVolume has.
+ * of [identifiers][volume-identifier] which the #GVolume has.
* @should_automount: Returns %TRUE if the #GVolume should be automatically mounted.
* @get_activation_root: Returns the activation root for the #GVolume if it is known in advance or %NULL if
* it is not known.
diff --git a/gio/gvolumemonitor.h b/gio/gvolumemonitor.h
index f6b4e58d8..1ee3a7e20 100644
--- a/gio/gvolumemonitor.h
+++ b/gio/gvolumemonitor.h
@@ -43,7 +43,7 @@ G_BEGIN_DECLS
* G_VOLUME_MONITOR_EXTENSION_POINT_NAME:
*
* Extension point for volume monitor functionality.
- * See <link linkend="extending-gio">Extending GIO</link>.
+ * See [Extending GIO][extending-gio].
*/
#define G_VOLUME_MONITOR_EXTENSION_POINT_NAME "gio-volume-monitor"