package ocgtk

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

Class Task.task

inherit Ocgtk_gio__.GAsync_result.async_result_t
method get_cancellable : unit -> Ocgtk_gio__.GCancellable.cancellable_t option
method get_check_cancellable : unit -> bool
method get_completed : unit -> bool
method get_name : unit -> string option
method get_priority : unit -> int
method get_return_on_cancel : unit -> bool
method had_error : unit -> bool
method propagate_boolean : unit -> (bool, GError.t) result
method propagate_int : unit -> (int, GError.t) result
method return_boolean : bool -> unit
method return_error : GError.t -> unit
method return_error_if_cancelled : unit -> bool
method return_int : int -> unit
method return_value : Gobject.Value.t option -> unit
method set_check_cancellable : bool -> unit
method set_name : string option -> unit
method set_priority : int -> unit
method set_return_on_cancel : bool -> bool
method set_static_name : string option -> unit
method as_task : Ocgtk_gio__.Task.t