package ocgtk

  1. Overview
  2. Docs
OCaml bindings for GTK 4

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.1-preview2.tar.gz
sha256=4e50fdb5093136a10fc8ffbe388e44cbcb70d52f8afdd48863ec7e22580ff054

doc/ocgtk.gio/Ocgtk_gio/Gio/Subprocess_launcher/class-subprocess_launcher/index.html

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