package obus

  1. Overview
  2. Docs
Pure Ocaml implementation of the D-Bus protocol

Install

Dune Dependency

Authors

Maintainers

Sources

1.2.3.tar.gz
sha256=75703f78015e15d03d0fdba1633a155875daf17d854225658429e72a0df06258
md5=3090a796f0af95e16838d81656ac4b97

doc/obus.upower/UPower_interfaces/Org_freedesktop_UPower_Wakeups/index.html

Module UPower_interfaces.Org_freedesktop_UPower_WakeupsSource

Sourceval m_GetData : (unit, (bool * int32 * float * string * string) list) OBus_member.Method.t
Sourceval m_GetTotal : (unit, int32) OBus_member.Method.t
Sourceval s_DataChanged : unit OBus_member.Signal.t
Sourceval s_TotalChanged : int32 OBus_member.Signal.t
Sourceval p_HasCapability : (bool, [ `readable ]) OBus_member.Property.t
Sourcetype 'a members = {
  1. m_GetData : 'a OBus_object.t -> unit -> (bool * int32 * float * string * string) list Lwt.t;
  2. m_GetTotal : 'a OBus_object.t -> unit -> int32 Lwt.t;
  3. p_HasCapability : 'a OBus_object.t -> bool React.signal;
}
OCaml

Innovation. Community. Security.