package ocgtk

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

Class Mount.mount

method on_changed : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_pre_unmount : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_unmounted : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method can_eject : unit -> bool
method can_unmount : unit -> bool
method eject_finish : Ocgtk_gio__.GAsync_result.async_result_t -> (bool, GError.t) result
method eject_with_operation_finish : Ocgtk_gio__.GAsync_result.async_result_t -> (bool, GError.t) result
method get_default_location : unit -> Ocgtk_gio__.GApp_info_cycle_64c425a0.file_t
method get_drive : unit -> Ocgtk_gio__.GApp_info_cycle_64c425a0.drive_t option
method get_icon : unit -> Ocgtk_gio__.GIcon.icon_t
method get_name : unit -> string
method get_root : unit -> Ocgtk_gio__.GApp_info_cycle_64c425a0.file_t
method get_sort_key : unit -> string option
method get_symbolic_icon : unit -> Ocgtk_gio__.GIcon.icon_t
method get_uuid : unit -> string option
method get_volume : unit -> Ocgtk_gio__.GApp_info_cycle_64c425a0.volume_t option
method guess_content_type_finish : Ocgtk_gio__.GAsync_result.async_result_t -> (string array, GError.t) result
method guess_content_type_sync : bool -> Ocgtk_gio__.GCancellable.cancellable_t option -> (string array, GError.t) result
method is_shadowed : unit -> bool
method remount_finish : Ocgtk_gio__.GAsync_result.async_result_t -> (bool, GError.t) result
method shadow : unit -> unit
method unmount_finish : Ocgtk_gio__.GAsync_result.async_result_t -> (bool, GError.t) result
method unmount_with_operation_finish : Ocgtk_gio__.GAsync_result.async_result_t -> (bool, GError.t) result
method unshadow : unit -> unit
method as_mount : Ocgtk_gio__.App_info_cycle_64c425a0.Mount.t