package ocgtk

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

Class Mount_operation.mount_operation

method on_aborted : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_ask_password : ?after:bool -> callback: (message:string -> default_user:string -> default_domain:string -> flags:Ocgtk_gio__.Gio_enums.askpasswordflags -> unit) -> unit -> Gobject.Signal.handler_id
method on_reply : ?after:bool -> callback:(result:Ocgtk_gio__.Gio_enums.mountoperationresult -> unit) -> unit -> Gobject.Signal.handler_id
method on_show_unmount_progress : ?after:bool -> callback:(message:string -> time_left:Int64.t -> bytes_left:Int64.t -> unit) -> unit -> Gobject.Signal.handler_id
method get_anonymous : unit -> bool
method get_choice : unit -> int
method get_domain : unit -> string option
method get_is_tcrypt_hidden_volume : unit -> bool
method get_is_tcrypt_system_volume : unit -> bool
method get_password : unit -> string option
method get_password_save : unit -> Ocgtk_gio__.Gio_enums.passwordsave
method get_pim : unit -> int
method get_username : unit -> string option
method reply : Ocgtk_gio__.Gio_enums.mountoperationresult -> unit
method set_anonymous : bool -> unit
method set_choice : int -> unit
method set_domain : string option -> unit
method set_is_tcrypt_hidden_volume : bool -> unit
method set_is_tcrypt_system_volume : bool -> unit
method set_password : string option -> unit
method set_password_save : Ocgtk_gio__.Gio_enums.passwordsave -> unit
method set_pim : int -> unit
method set_username : string option -> unit
method as_mount_operation : Ocgtk_gio__.Mount_operation.t