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_monitor/class-volume_monitor/index.html

Class Volume_monitor.volume_monitor

method on_drive_changed : ?after:bool -> callback:(drive:Ocgtk_gio__.GApp_info_cycle_64c425a0.drive_t -> unit) -> unit -> Gobject.Signal.handler_id
method on_drive_connected : ?after:bool -> callback:(drive:Ocgtk_gio__.GApp_info_cycle_64c425a0.drive_t -> unit) -> unit -> Gobject.Signal.handler_id
method on_drive_disconnected : ?after:bool -> callback:(drive:Ocgtk_gio__.GApp_info_cycle_64c425a0.drive_t -> unit) -> unit -> Gobject.Signal.handler_id
method on_drive_eject_button : ?after:bool -> callback:(drive:Ocgtk_gio__.GApp_info_cycle_64c425a0.drive_t -> unit) -> unit -> Gobject.Signal.handler_id
method on_drive_stop_button : ?after:bool -> callback:(drive:Ocgtk_gio__.GApp_info_cycle_64c425a0.drive_t -> unit) -> unit -> Gobject.Signal.handler_id
method on_mount_added : ?after:bool -> callback:(mount:Ocgtk_gio__.GApp_info_cycle_64c425a0.mount_t -> unit) -> unit -> Gobject.Signal.handler_id
method on_mount_changed : ?after:bool -> callback:(mount:Ocgtk_gio__.GApp_info_cycle_64c425a0.mount_t -> unit) -> unit -> Gobject.Signal.handler_id
method on_mount_pre_unmount : ?after:bool -> callback:(mount:Ocgtk_gio__.GApp_info_cycle_64c425a0.mount_t -> unit) -> unit -> Gobject.Signal.handler_id
method on_mount_removed : ?after:bool -> callback:(mount:Ocgtk_gio__.GApp_info_cycle_64c425a0.mount_t -> unit) -> unit -> Gobject.Signal.handler_id
method on_volume_added : ?after:bool -> callback:(volume:Ocgtk_gio__.GApp_info_cycle_64c425a0.volume_t -> unit) -> unit -> Gobject.Signal.handler_id
method on_volume_changed : ?after:bool -> callback:(volume:Ocgtk_gio__.GApp_info_cycle_64c425a0.volume_t -> unit) -> unit -> Gobject.Signal.handler_id
method on_volume_removed : ?after:bool -> callback:(volume:Ocgtk_gio__.GApp_info_cycle_64c425a0.volume_t -> unit) -> unit -> Gobject.Signal.handler_id
method get_connected_drives : unit -> Ocgtk_gio__.GApp_info_cycle_64c425a0.drive_t list
method get_mount_for_uuid : string -> Ocgtk_gio__.GApp_info_cycle_64c425a0.mount_t option
method get_mounts : unit -> Ocgtk_gio__.GApp_info_cycle_64c425a0.mount_t list
method get_volume_for_uuid : string -> Ocgtk_gio__.GApp_info_cycle_64c425a0.volume_t option
method get_volumes : unit -> Ocgtk_gio__.GApp_info_cycle_64c425a0.volume_t list
method as_volume_monitor : Ocgtk_gio__.Volume_monitor.t