= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
ON THIS PAGE
package obus
-
obus
-
obus.hal
-
obus.network_manager
-
obus.notification
-
obus.ppx
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
UPower wakeups interface
Types
type data = {
data_is_userspace : bool;
(*If the wakeup is from userspace ?
*)data_id : int;
(*The process ID of the application, or the IRQ for kernel drivers.
*)data_value : float;
(*The number of wakeups per second.
*)data_cmdline : string option;
(*The command line for the application, or
*)None
for kernel drivers.data_details : string;
(*The details about the wakeup.
*)
}
The data of all the processes and drivers which contribute to the wakeups on the system.
Methods
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
ON THIS PAGE