Module Simple_viewmanager.MakeImpl.ViewmgrDescriptor


module ViewmgrDescriptor: sig .. end


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