Method
GdkDisplayget_app_launch_context
since: 3.0
Declaration [src]
GdkAppLaunchContext*
gdk_display_get_app_launch_context (
GdkDisplay* display
)
Description [src]
Returns a GdkAppLaunchContext
suitable for launching
applications on the given display.
Available since: 3.0
Return value
Type: GdkAppLaunchContext
A new GdkAppLaunchContext
for display
.
Free with g_object_unref()
when done.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |