package ocgtk

  1. Overview
  2. Docs
OCaml bindings for GTK 4

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.1-preview2.tar.gz
sha256=4e50fdb5093136a10fc8ffbe388e44cbcb70d52f8afdd48863ec7e22580ff054

doc/ocgtk.gio/Ocgtk_gio/Gio/Mount/class-mount/index.html

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