package obus

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val interface : OBus_name.interface
val m_GetSecrets : (string * string list * bool, (string * (string * OBus_value.V.single) list) list) OBus_member.Method.t
type 'a members = {
  1. m_GetSecrets : 'a OBus_object.t -> (string * string list * bool) -> (string * (string * OBus_value.V.single) list) list Lwt.t;
}
val make : 'a members -> 'a OBus_object.interface