From b617ba1c82330c565c0bf86142cc8479130bea5f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 22 May 2021 13:51:39 -0400 Subject: [PATCH] docs: Refer to backend APIs Add links to the backend api docs. --- docs/reference/gtk/wayland.md | 5 +++++ docs/reference/gtk/x11.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/docs/reference/gtk/wayland.md b/docs/reference/gtk/wayland.md index 8b2d9f2155..a0882b581c 100644 --- a/docs/reference/gtk/wayland.md +++ b/docs/reference/gtk/wayland.md @@ -18,3 +18,8 @@ or wayland-1. ### XDG_RUNTIME_DIR Used to locate the Wayland socket to use. + +## Wayland-specific APIs + +See the [documentation](https://docs.gtk.org/gdk4-wayland/) for +Wayland-specific GDK APIs. diff --git a/docs/reference/gtk/x11.md b/docs/reference/gtk/x11.md index 2946747dee..17de7ef7d5 100644 --- a/docs/reference/gtk/x11.md +++ b/docs/reference/gtk/x11.md @@ -25,6 +25,11 @@ high-dpi displays. Normally, GDK will pick up a suitable scale factor for each monitor from the display system. This environment variable allows to override that. +## X11-specific APIs + +See the [documentation](https://docs.gtk.org/gdk4-x11/) for +X11-specific GDK APIs. + ## Understanding the X11 architecture People coming from a Windows or MacOS background often find certain