package ocgtk

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

Class Volume.volume

method on_changed : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_removed : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method can_eject : unit -> bool
method can_mount : 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 enumerate_identifiers : unit -> string array
method get_activation_root : unit -> Ocgtk_gio__.GApp_info_cycle_64c425a0.file_t option
method get_drive : unit -> Ocgtk_gio__.GApp_info_cycle_64c425a0.drive_t option
method get_icon : unit -> Ocgtk_gio__.GIcon.icon_t
method get_identifier : string -> string option
method get_mount : unit -> Ocgtk_gio__.GApp_info_cycle_64c425a0.mount_t option
method get_name : unit -> string
method get_sort_key : unit -> string option
method get_symbolic_icon : unit -> Ocgtk_gio__.GIcon.icon_t
method get_uuid : unit -> string option
method mount_finish : Ocgtk_gio__.GAsync_result.async_result_t -> (bool, GError.t) result
method should_automount : unit -> bool
method as_volume : Ocgtk_gio__.App_info_cycle_64c425a0.Volume.t