module DBus:sig
..end
type
error
type
bus
type
message
type
pending_call
type
ty =
| |
Unknown |
| |
Byte of |
| |
Bool of |
| |
Int16 of |
| |
UInt16 of |
| |
Int32 of |
| |
UInt32 of |
| |
Int64 of |
| |
UInt64 of |
| |
Double of |
| |
String of |
| |
ObjectPath of |
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