obus
Pure Ocaml implementation of the D-Bus protocol
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
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
Library obus.upower
val interface : OBus_name.interface
val m_GetData :
( unit, (bool * int32 * float * string * string) list ) OBus_member.Method.t
val m_GetTotal : ( unit, int32 ) OBus_member.Method.t
val s_DataChanged : unit OBus_member.Signal.t
val s_TotalChanged : int32 OBus_member.Signal.t
val p_HasCapability : ( bool, [ `readable ] ) OBus_member.Property.t
type 'a members = {
m_GetData : 'a OBus_object.t ->
unit ->
(bool * int32 * float * string * string) list Lwt.t; |
m_GetTotal : 'a OBus_object.t -> unit -> int32 Lwt.t; |
p_HasCapability : 'a OBus_object.t -> bool React.signal; |
}
val make : 'a members -> 'a OBus_object.interface
ON THIS PAGE
No table of contents