module ViewmgrDescriptor: sig .. end
sig
end
type t = {
mutable valid : bool;
bool
gdesc : GC.t;
GC.t
val create : GC.t -> t
GC.t -> t
val destroy : t -> unit
t -> unit
val to_gdesc : t -> GC.t
t -> GC.t
val to_string : t -> string
t -> string