Gdk.Spawn Members

The members of Gdk.Spawn are listed below.

See Also: Inherited members from System.Object

Public Constructors

Do not use.

Public Methods

static
CommandLineOnScreen(Screen, string) : bool
Spawns a process on a Screen using a commandline string.
static
OnScreen(Screen, string, string[], string[], GLib.SpawnFlags, GLib.SpawnChildSetupFunc, out int) : bool
Spawns a process on a screen using argument and environment lists.
static
OnScreenWithPipes(Screen, string, string[], string[], GLib.SpawnFlags, GLib.SpawnChildSetupFunc, out int, out int, out int, out int) : bool
Spawns a process on a screen using argument and environment lists.