OBus_introspectD-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 listtype interface = name * member list * annotation listtype node = OBus_path.elementexception 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
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