Back to Seed Clases

GLib


Classes

Interfaces

Structs

Unions

Enums

Enum GLib.SpawnFlags

Import line: GLib = imports.gi.GLib;
GIR File: GLib-2.0.gir
C documentation: GSpawnFlags
Enum : SpawnFlags
  Show / Hide Inherited methods, properties and signals
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GLib
Method
GLib.spawn_async (String working_directory, Array argv, Array envp, SpawnFlags flags, Function child_setup, void* user_data, Object out_values) : Boolean
GLib
Method
GLib.spawn_async_with_pipes (String working_directory, Array argv, Array envp, SpawnFlags flags, Function child_setup, void* user_data, Object out_values) : Boolean
GLib
Method
GLib.spawn_sync (String working_directory, Array argv, Array envp, SpawnFlags flags, Function child_setup, void* user_data, Object out_values) : Boolean
Gdk
Method
Gdk.spawn_on_screen (Screen screen, String working_directory, Array argv, Array envp, SpawnFlags flags, Function child_setup, void* user_data, Object out_values) : Boolean
Like g_spawn_async(), except the child process is spawned in such an environment that on calling gdk_display_open() it would be returned a GdkDisplay with screen as the default screen.
Gdk
Method
Gdk.spawn_on_screen_with_pipes (Screen screen, String working_directory, Array argv, Array envp, SpawnFlags flags, Function child_setup, void* user_data, Object out_values) : Boolean
Like g_spawn_async_with_pipes(), except the child process is spawned in such an environment that on calling gdk_display_open() it would be returned a GdkDisplay with screen as the default screen.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:00 GMT+0800 (HKT)