package obus
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Pure Ocaml implementation of the D-Bus protocol
Install
dune-project
Dependency
Authors
Maintainers
Sources
1.2.0.tar.gz
sha256=b8a0707f03d525a98c1c5a380b07074e52f2d26918c7b2ad90b5cc0f99a67f2d
md5=0896d5078bfd486a65cf9fa73a984b3f
doc/obus.internals/OBus_introspect/index.html
Module OBus_introspect
D-Bus obejct introspection
type annotation = name * stringtype argument = name option * OBus_value.T.singletype member = | Method of name * argument list * argument list * annotation list| Signal of name * argument list * annotation list| Property of name * OBus_value.T.single * access * annotation list
type interface = name * member list * annotation listtype node = OBus_path.elementXml conversion
exception Parse_failure of Xmlm.pos * stringval input : Xmlm.input -> documentTry to read an xml document as an introspection document.
val output : Xmlm.output -> document -> unitCreate an xml from an introspection document
Well-known annotations
val deprecated : nameThe org.freedesktop.DBus.Deprecated annotation
val csymbol : nameThe org.freedesktop.DBus.GLib.CSymbol annotation
val no_reply : nameThe org.freedesktop.DBus.Method.NoReply annotation
val emits_changed_signal : nameThe org.freedesktop.DBus.Property.EmitsChangedSignal annotation
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page