obus
Pure Ocaml implementation of the D-Bus protocol
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package obus
-
obus
-
obus.hal
-
obus.network_manager
-
obus.notification
-
obus.ppx
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library obus.network_manager
val interface : OBus_name.interface
val m_GetPermissions : ( unit, int32 ) OBus_member.Method.t
val m_SaveHostname : ( string, unit ) OBus_member.Method.t
val s_CheckPermissions : unit OBus_member.Signal.t
val s_PropertiesChanged :
(string * OBus_value.V.single) list OBus_member.Signal.t
val p_CanModify : ( bool, [ `readable ] ) OBus_member.Property.t
val p_Hostname : ( string, [ `readable ] ) OBus_member.Property.t
type 'a members = {
m_GetPermissions : 'a OBus_object.t -> unit -> int32 Lwt.t; |
m_SaveHostname : 'a OBus_object.t -> string -> unit Lwt.t; |
p_CanModify : 'a OBus_object.t -> bool React.signal; |
p_Hostname : 'a OBus_object.t -> string React.signal; |
}
val make : 'a members -> 'a OBus_object.interface
ON THIS PAGE
No table of contents