Method
GdkAppLaunchContextset_display
deprecated: 3.0 since: 2.14
Declaration [src]
void
gdk_app_launch_context_set_display (
GdkAppLaunchContext* context,
GdkDisplay* display
)
Description [src]
Sets the display on which applications will be launched when using this context. See also gdk_app_launch_context_set_screen().
Available since: 2.14
Deprecated since: 3.0
Use gdk_display_get_app_launch_context()
instead.
Parameters
display
-
Type:
GdkDisplay
A
GdkDisplay
.The data is owned by the caller of the method.