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
type 'a t = {
interface : OBus_name.interface; |
member : OBus_name.member; |
args : 'a OBus_value.arguments; |
annotations : OBus_introspect.annotation list; |
}
Type of a signal description
Creation
val make :
interface:OBus_name.interface ->
member:OBus_name.member ->
args:'a OBus_value.arguments ->
annotations:OBus_introspect.annotation list ->
'a t
Projections
val interface : 'a t -> OBus_name.interface
val member : 'a t -> OBus_name.member
val args : 'a t -> 'a OBus_value.arguments
val annotations : 'a t -> OBus_introspect.annotation list
Introspection
val introspect : 'a t -> OBus_introspect.member
ON THIS PAGE
No table of contents