diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-06 21:07:03 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 09:42:12 -0500 |
commit | 0ce016650b38dbd9e228fbb7dae312dd91880354 (patch) | |
tree | 05da30950271412fb48f1c06f7fb46a6a7012073 /gdk/gdkevents.h | |
parent | 6d3347de633cc5bc9cd30ef595ce7d6cd8afaba5 (diff) | |
download | gtk+-0ce016650b38dbd9e228fbb7dae312dd91880354.tar.gz |
docs: Use markup for links
Diffstat (limited to 'gdk/gdkevents.h')
-rw-r--r-- | gdk/gdkevents.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkevents.h b/gdk/gdkevents.h index 458e550bc6..a490548a7f 100644 --- a/gdk/gdkevents.h +++ b/gdk/gdkevents.h @@ -56,7 +56,7 @@ G_BEGIN_DECLS * GDK_PRIORITY_EVENTS: * * This is the priority that events from the X server are given in the - * <link linkend="glib-The-Main-Event-Loop">GLib Main Loop</link>. + * [GLib Main Loop][glib-The-Main-Event-Loop]. */ #define GDK_PRIORITY_EVENTS (G_PRIORITY_DEFAULT) @@ -65,7 +65,7 @@ G_BEGIN_DECLS * * This is the priority that the idle handler processing window updates * is given in the - * <link linkend="glib-The-Main-Event-Loop">GLib Main Loop</link>. + * [GLib Main Loop][glib-The-Main-Event-Loop]. */ #define GDK_PRIORITY_REDRAW (G_PRIORITY_HIGH_IDLE + 20) |