Cogl.Onscreen.prototype.remove_resize_callback

function remove_resize_callback(closure: Cogl.OnscreenResizeClosure): void {
    // Gjs wrapper for cogl_onscreen_remove_resize_callback()
}
  

Removes a resize @callback and @user_data pair that were previously associated with onscreen via Cogl.Onscreen.prototype.add_resize_callback.

Since 2.0

closure

An identifier returned from Cogl.Onscreen.prototype.add_resize_callback