package obus
Pure Ocaml implementation of the D-Bus protocol
Install
Dune Dependency
Authors
Maintainers
Sources
1.2.3.tar.gz
sha256=75703f78015e15d03d0fdba1633a155875daf17d854225658429e72a0df06258
md5=3090a796f0af95e16838d81656ac4b97
doc/obus.network_manager/Nm_settings/index.html
Module Nm_settings
Source
NetworkManager settings
user ()
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
Connection settings
Methods
Signals
Source
val add_connection :
t ->
connection:(string * (string * OBus_value.V.single) list) list ->
unit Lwt.t