summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkx11utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdk/x11/gdkx11utils.h')
-rw-r--r--gdk/x11/gdkx11utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/x11/gdkx11utils.h b/gdk/x11/gdkx11utils.h
index c210766ed5..0ed21dfefb 100644
--- a/gdk/x11/gdkx11utils.h
+++ b/gdk/x11/gdkx11utils.h
@@ -41,7 +41,7 @@ G_BEGIN_DECLS
* @xid: XID to stuff into the pointer
*
* Converts an XID into a @gpointer. This is useful with data structures
- * that use pointer arguments such as #GHashTable. Use GDK_POINTER_TO_XID()
+ * that use pointer arguments such as `GHashTable`. Use GDK_POINTER_TO_XID()
* to convert the argument back to an XID.
*/
#define GDK_XID_TO_POINTER(xid) GUINT_TO_POINTER(xid)