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/Volume/class-volume/index.html

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