Method
GioAppLaunchContextget_display
Declaration
char*
g_app_launch_context_get_display (
GAppLaunchContext* context,
GAppInfo* info,
GList* files
)
Description
Gets the display string for the context
. This is used to ensure new
applications are started on the same display as the launching
application, by setting the DISPLAY
environment variable.
Parameters
info
-
Type:
GAppInfo
A
GAppInfo
.The data is owned by the caller of the method. files
-
Type: A list of
None
A
GList
ofGFile
objects.The data is owned by the caller of the method.