package obus
Pure Ocaml implementation of the D-Bus protocol
Install
Dune Dependency
Authors
Maintainers
Sources
1.2.0.tar.gz
sha256=b8a0707f03d525a98c1c5a380b07074e52f2d26918c7b2ad90b5cc0f99a67f2d
md5=0896d5078bfd486a65cf9fa73a984b3f
doc/obus.network_manager/Nm_settings/index.html
Module Nm_settings
NetworkManager settings
include OBus_proxy.Private
type t = private OBus_proxy.proxy
val of_proxy : OBus_proxy.proxy -> t
val to_proxy : t -> OBus_proxy.proxy
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
module Connection : sig ... end
Connection settings
module System : sig ... end
System settings
Methods
val list_connections : t -> Connection.t list Lwt.t
Signals
val add_connection :
t ->
connection:(string * (string * OBus_value.V.single) list) list ->
unit Lwt.t
val new_connection : t -> Connection.t OBus_signal.t