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
Module
OBus_method
val call : ( 'a, 'b ) OBus_member.Method.t -> OBus_proxy.t -> 'a -> 'b Lwt.t
call meth proxy args
calls the method meth
on the object pointed by proxy
, and wait for the reply.
val call_with_context :
( 'a, 'b ) OBus_member.Method.t ->
OBus_proxy.t ->
'a ->
(OBus_context.t * 'b) Lwt.t
call_with_context meth proxy args
is like call
except that it also returns the context of the method return
val call_no_reply :
( 'a, 'b ) OBus_member.Method.t ->
OBus_proxy.t ->
'a ->
unit Lwt.t
call_no_reply meth proxy args
is the same as call
except that it does not wait for a reply
ON THIS PAGE
No table of contents