package obus
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
A pure OCaml implementation of DBus
Install
dune-project
Dependency
Authors
Maintainers
Sources
1.1.8.tar.gz
sha256=84aa0003157b0299e43b20a4127b7af04a0fd99878d7ce540bbbfbc6157dfe4f
md5=976947861f1dfa3d3da68378f25377c1
doc/obus/OBus_message/index.html
Module OBus_message
type body = OBus_value.V.sequencetype typ = | Method_call of OBus_path.t * OBus_name.interface * OBus_name.member| Method_return of serial| Error of serial * OBus_name.error| Signal of OBus_path.t * OBus_name.interface * OBus_name.member
val no_reply_expected : flags -> boolval no_auto_start : flags -> boolval make_flags :
?no_reply_expected:bool ->
?no_auto_start:bool ->
unit ->
flagsval default_flags : flagstype t = {flags : flags;serial : serial;typ : typ;destination : OBus_name.bus;sender : OBus_name.bus;body : body;
}val destination : t -> OBus_name.busval sender : t -> OBus_name.busval make :
?flags:flags ->
?serial:serial ->
?sender:OBus_name.bus ->
?destination:OBus_name.bus ->
typ:typ ->
body ->
tval method_call :
?flags:flags ->
?serial:serial ->
?sender:OBus_name.bus ->
?destination:OBus_name.bus ->
path:OBus_path.t ->
?interface:OBus_name.interface ->
member:OBus_name.member ->
body ->
tval method_return :
?flags:flags ->
?serial:serial ->
?sender:OBus_name.bus ->
?destination:OBus_name.bus ->
reply_serial:serial ->
body ->
tval error :
?flags:flags ->
?serial:serial ->
?sender:OBus_name.bus ->
?destination:OBus_name.bus ->
reply_serial:serial ->
error_name:OBus_name.error ->
body ->
tval signal :
?flags:flags ->
?serial:serial ->
?sender:OBus_name.bus ->
?destination:OBus_name.bus ->
path:OBus_path.t ->
interface:OBus_name.interface ->
member:OBus_name.member ->
body ->
tval invalid_reply :
method_call:t ->
expected_signature:OBus_value.signature ->
method_return:t ->
exnval print : Format.formatter -> t -> unit sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>