package ocgtk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Class Subprocess_launcher.subprocess_launcher

method close : unit -> unit
method getenv : string -> string option
method set_cwd : string -> unit
method set_environ : string array -> unit
method set_flags : Ocgtk_gio__.Gio_enums.subprocessflags -> unit
method set_stderr_file_path : string option -> unit
method set_stdin_file_path : string option -> unit
method set_stdout_file_path : string option -> unit
method setenv : string -> string -> bool -> unit
method spawnv : string array -> (Ocgtk_gio__.GSubprocess.subprocess_t, GError.t) result
method take_fd : int -> int -> unit
method take_stderr_fd : int -> unit
method take_stdin_fd : int -> unit
method take_stdout_fd : int -> unit
method unsetenv : string -> unit
method as_subprocess_launcher : Ocgtk_gio__.Subprocess_launcher.t