summaryrefslogtreecommitdiff
path: root/gdk
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2020-02-02 19:12:08 +0200
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2020-02-02 19:18:22 +0200
commit66af531ff33dffbcc0280be9f0dd10b7ff1a4926 (patch)
tree752b69eac0d084f70b652263b4447a9c6b36183b /gdk
parent621120d1d30588624d7c08ab8036fb9ec3d75330 (diff)
downloadgtk+-66af531ff33dffbcc0280be9f0dd10b7ff1a4926.tar.gz
display-x11: don't mention gdk_monitor_is_primary in the docs
https://gitlab.gnome.org/GNOME/gtk/merge_requests/1371#note_699272
Diffstat (limited to 'gdk')
-rw-r--r--gdk/x11/gdkdisplay-x11.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdk/x11/gdkdisplay-x11.c b/gdk/x11/gdkdisplay-x11.c
index b758d197e5..d270929cf0 100644
--- a/gdk/x11/gdkdisplay-x11.c
+++ b/gdk/x11/gdkdisplay-x11.c
@@ -2968,8 +2968,7 @@ gdk_x11_display_get_monitor (GdkDisplay *display,
* such as panels should place themselves on the primary monitor.
*
* If no monitor is the designated primary monitor, any monitor
- * (usually the first) may be returned. To make sure there is a dedicated
- * primary monitor, use gdk_monitor_is_primary() on the returned monitor.
+ * (usually the first) may be returned.
*
* Returns: (transfer none): the primary monitor, or any monitor if no
* primary monitor is configured by the user