package obus

  1. Overview
  2. Docs
Pure Ocaml implementation of the D-Bus protocol

Install

Dune Dependency

Authors

Maintainers

Sources

obus-1.2.5.tar.gz
md5=81eb1034c6ef4421a2368a9b352199de
sha512=4b540497188a7d78f4f14f94c6b7fdff47dd06436a34e650ff378dd77bb3e2acb7afd45cd72daf4ddba06e732e9944d560c2882dc37862f1b1f1bb6df37e6205

doc/obus.network_manager/Nm_settings/index.html

Module Nm_settingsSource

NetworkManager settings

include OBus_proxy.Private
Sourcetype t = private OBus_proxy.proxy
Sourceval of_proxy : OBus_proxy.proxy -> t
Sourceval to_proxy : t -> OBus_proxy.proxy
Sourceval user : unit -> t Lwt.t

user () returns the proxy object for user settings. The object is on the session message bus.

Sourceval system : unit -> t Lwt.t

system () returns the proxy object for system settings. The object is on the system message bus

Sourcemodule Connection : sig ... end

Connection settings

Sourcemodule System : sig ... end

System settings

Methods
Sourceval list_connections : t -> Connection.t list Lwt.t
Signals
Sourceval add_connection : t -> connection:(string * (string * OBus_value.V.single) list) list -> unit Lwt.t
Sourceval new_connection : t -> Connection.t OBus_signal.t
OCaml

Innovation. Community. Security.

On This Page
  1. Methods
  2. Signals