package ocgtk

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

Class Cancellable.cancellable

method on_cancelled : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method cancel : unit -> unit
method disconnect : int -> unit
method get_fd : unit -> int
method is_cancelled : unit -> bool
method pop_current : unit -> unit
method push_current : unit -> unit
method release_fd : unit -> unit
method reset : unit -> unit
method set_error_if_cancelled : unit -> (bool, GError.t) result
method as_cancellable : Ocgtk_gio__.Cancellable.t