package ocgtk

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

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