From 0ce016650b38dbd9e228fbb7dae312dd91880354 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Thu, 6 Feb 2014 21:07:03 -0500 Subject: docs: Use markup for links --- gdk/gdkevents.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdk/gdkevents.h') 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 - * GLib Main Loop. + * [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 - * GLib Main Loop. + * [GLib Main Loop][glib-The-Main-Event-Loop]. */ #define GDK_PRIORITY_REDRAW (G_PRIORITY_HIGH_IDLE + 20) -- cgit v1.2.1