remove_dirty_callback


Description:

public void remove_dirty_callback (OnscreenDirtyClosure closure)

Removes a callback and associated user data that were previously registered using add_dirty_callback.

If a destroy callback was passed to add_dirty_callback to destroy the user data then this will also get called.

Parameters:

this

A Onscreen

closure

A OnscreenDirtyClosure returned from add_dirty_callback