OBus_addressManipulation of D-Bus addresses
type guid = OBus_uuid.tA unique address identifier. Each server's listening address has a unique one.
val name : t -> stringname projection
val args : t -> (string * string) listargs Projection
val make : name:string -> args:(string * string) list -> tCreates an address
val arg : string -> t -> string optionarg key address returns the value of argument key, if any
Parse_failure(string, position, reason) exception raised when parsing a string failed.
val of_string : string -> t listof_string str parse str and return the list of addresses defined in it.
val to_string : t list -> stringto_string addresses return a string representation of a list of addresses
val default_system : t listThe default addresses for the system bus
val default_session : t listThe default addresses for the session bus