package obus
Pure Ocaml implementation of the D-Bus protocol
Install
dune-project
Dependency
Authors
Maintainers
Sources
1.2.2.tar.gz
sha256=3bf0aeb00bf90cd4111483b37cefcb39af38ad6db1aeb6949a2fbecc13ff9a90
md5=7dd48f9bde3e069898fa08e9972596b5
doc/obus.network_manager/Nm_settings/index.html
Module Nm_settings
NetworkManager settings
include OBus_proxy.Private
type t = private OBus_proxy.proxyval of_proxy : OBus_proxy.proxy -> tval to_proxy : t -> OBus_proxy.proxyuser () returns the proxy object for user settings. The object is on the session message bus.
system () returns the proxy object for system settings. The object is on the system message bus
module Connection : sig ... endConnection settings
module System : sig ... endSystem settings
Methods
val list_connections : t -> Connection.t list Lwt.tSignals
val add_connection :
t ->
connection:(string * (string * OBus_value.V.single) list) list ->
unit Lwt.tval new_connection : t -> Connection.t OBus_signal.t