package obus

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module OBus_interfaces.Org_freedesktop_DBus_PeerSource

Sourceval m_GetMachineId : (unit, string) OBus_member.Method.t
Sourceval m_Ping : (unit, unit) OBus_member.Method.t
Sourcetype 'a members = {
  1. m_GetMachineId : 'a OBus_object.t -> unit -> string Lwt.t;
  2. m_Ping : 'a OBus_object.t -> unit -> unit Lwt.t;
}
OCaml

Innovation. Community. Security.