diff options
author | Alberts Muktupāvels <alberts.muktupavels@gmail.com> | 2020-02-02 19:12:08 +0200 |
---|---|---|
committer | Alberts Muktupāvels <alberts.muktupavels@gmail.com> | 2020-02-02 19:18:22 +0200 |
commit | 66af531ff33dffbcc0280be9f0dd10b7ff1a4926 (patch) | |
tree | 752b69eac0d084f70b652263b4447a9c6b36183b /gdk | |
parent | 621120d1d30588624d7c08ab8036fb9ec3d75330 (diff) | |
download | gtk+-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.c | 3 |
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 |