Method

GdkAppLaunchContextset_desktop

since: 2.14

Declaration [src]

void
gdk_app_launch_context_set_desktop (
  GdkAppLaunchContext* context,
  gint desktop
)

Description [src]

Sets the workspace on which applications will be launched when using this context when running under a window manager that supports multiple workspaces, as described in the Extended Window Manager Hints.

When the workspace is not specified or desktop is set to -1, it is up to the window manager to pick one, typically it will be the current workspace.

Available since: 2.14

Parameters

desktop

Type: gint

The number of a workspace, or -1.