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/class-subprocess/index.html

Class Subprocess.subprocess

inherit Ocgtk_gio__.GInitable.initable_t
method force_exit : unit -> unit
method get_exit_status : unit -> int
method get_identifier : unit -> string option
method get_if_exited : unit -> bool
method get_if_signaled : unit -> bool
method get_status : unit -> int
method get_stderr_pipe : unit -> Ocgtk_gio__.GInput_stream.input_stream_t option
method get_stdin_pipe : unit -> Ocgtk_gio__.GOutput_stream.output_stream_t option
method get_stdout_pipe : unit -> Ocgtk_gio__.GInput_stream.input_stream_t option
method get_successful : unit -> bool
method get_term_sig : unit -> int
method send_signal : int -> unit
method wait : Ocgtk_gio__.GCancellable.cancellable_t option -> (bool, GError.t) result
method wait_check : Ocgtk_gio__.GCancellable.cancellable_t option -> (bool, GError.t) result
method wait_check_finish : Ocgtk_gio__.GAsync_result.async_result_t -> (bool, GError.t) result
method wait_finish : Ocgtk_gio__.GAsync_result.async_result_t -> (bool, GError.t) result
method as_subprocess : Ocgtk_gio__.Subprocess.t