ewoc-refresh

ewoc-refresh is a compiled Lisp function in `ewoc.el'.

(ewoc-refresh EWOC)

Refresh all data in EWOC.
The pretty-printer that was specified when the EWOC was created
will be called for all elements in EWOC.
Note that `ewoc-invalidate' is more efficient if only a small
number of elements needs to be refreshed.