redraw


Description:

[ CCode ( cname = "clutter_redraw" ) ]
public void redraw ()

Forces a redraw of the entire stage.

Note:

Use ensure_redraw instead.

Applications should never use this function, but queue a redraw using queue_redraw.

This function should only be used by libraries integrating Clutter from within another toolkit.