gdkapplaunchcontext: Improve set_screen() docs

This commit is contained in:
Phaedrus Leeds
2022-02-01 11:14:31 -08:00
parent 3dc44becf0
commit c5c76ad327

View File

@ -205,6 +205,9 @@ gdk_app_launch_context_set_display (GdkAppLaunchContext *context,
* Sets the screen on which applications will be launched when * Sets the screen on which applications will be launched when
* using this context. See also gdk_app_launch_context_set_display(). * using this context. See also gdk_app_launch_context_set_display().
* *
* Note that, typically, a #GdkScreen represents a logical screen,
* not a physical monitor.
*
* If both @screen and @display are set, the @screen takes priority. * If both @screen and @display are set, the @screen takes priority.
* If neither @screen or @display are set, the default screen and * If neither @screen or @display are set, the default screen and
* display are used. * display are used.