Nm_settingsNetworkManager settings
include OBus_proxy.Privatetype t = private OBus_proxy.proxyval of_proxy : OBus_proxy.proxy -> tval to_proxy : t -> OBus_proxy.proxyval user : unit -> t Lwt.tuser () returns the proxy object for user settings. The object is on the session message bus.
val system : unit -> t Lwt.tsystem () 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
val list_connections : t -> Connection.t list Lwt.tval add_connection :
t ->
connection:(string * (string * OBus_value.V.single) list) list ->
unit Lwt.tval new_connection : t -> Connection.t OBus_signal.t