obus
Pure Ocaml implementation of the D-Bus protocol
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package obus
-
obus
-
obus.hal
-
obus.network_manager
-
obus.notification
-
obus.ppx
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library obus.network_manager
val interface : OBus_name.interface
val m_AddConnection :
( (string * (string * OBus_value.V.single) list) list, unit )
OBus_member.Method.t
val m_ListConnections : ( unit, OBus_path.t list ) OBus_member.Method.t
val s_NewConnection : OBus_path.t OBus_member.Signal.t
type 'a members = {
m_AddConnection : 'a OBus_object.t ->
(string * (string * OBus_value.V.single) list) list ->
unit Lwt.t; |
m_ListConnections : 'a OBus_object.t -> unit -> OBus_path.t list Lwt.t; |
}
val make : 'a members -> 'a OBus_object.interface
ON THIS PAGE
No table of contents