module UPower_wakeups: sig .. end
UPower wakeups interface
Types
type data = {
|
data_is_userspace : bool; |
|
data_id : int; |
|
data_value : float; |
|
data_cmdline : string option; |
|
data_details : string; |
}
The data of all the processes and drivers which contribute to the
wakeups on the system.
Methods
val get_data : UPower.t -> data list Lwt.t
val get_total : UPower.t -> int Lwt.t
Signals
val data_changed : UPower.t -> unit OBus_signal.t
val total_changed : UPower.t -> int OBus_signal.t
Properties
val has_capability : UPower.t -> bool OBus_property.r