Module DBus


module DBus: sig .. end

type error 
type bus 
type message 
type pending_call 

type ty =
| Unknown
| Byte of char
| Bool of bool
| Int16 of int
| UInt16 of int
| Int32 of int32
| UInt32 of int32
| Int64 of int64
| UInt64 of int64
| Double of float
| String of string
| ObjectPath of string
val string_of_ty : ty -> string
module Error: sig .. end
module Bus: sig .. end
module Message: sig .. end
module Connection: sig .. end
module PendingCall: sig .. end