= 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
D-Bus universally-unique IDs
D-Bus uuid are used to distinguish message buses, addresses, and machines.
Note that they are not compatible with RFC4122.
val generate : unit -> t
Generate a new uuid
val of_string : string -> t
Create a uuid from a string. The string must contain an hex-encoded uuid, i.e. be of length 32 and only contain hexadecimal characters. It raise a failure otherwise.
- raises Invalid_argument
if the string does not contain a valid uuid.
val to_string : t -> string
Return a hex-encoded string representation of an uuid.