[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGLib2' (#lcl)

g_spawn_async_with_fds

Declaration

Source position: lazglib2.pas line 4906

function g_spawn_async_with_fds(

  working_directory: Pgchar;

  argv: PPgchar;

  envp: PPgchar;

  flags: TGSpawnFlags;

  child_setup: TGSpawnChildSetupFunc;

  user_data: gpointer;

  child_pid: PGPid;

  stdin_fd: gint;

  stdout_fd: gint;

  stderr_fd: gint;

  error: PPGError

):gboolean;