Module Libvirt.Event.Graphics_subject


module Graphics_subject: sig .. end


type identity = {
   ty : string option; (*Type of identity*)
   name : string option; (*Identity value*)
}
type t = identity list 
val to_string : t -> string