Cogl.Onscreen.prototype.remove_frame_callback

function remove_frame_callback(closure: Cogl.FrameClosure): void {
    // Gjs wrapper for cogl_onscreen_remove_frame_callback()
}
  

Removes a callback and associated user data that were previously registered using Cogl.Onscreen.prototype.add_frame_callback.

If a destroy callback was passed to Cogl.Onscreen.prototype.add_frame_callback to destroy the user data then this will get called.

Since 1.14