Cogl.handle_ref

function handle_ref(handle: Cogl.Handle): Cogl.Handle {
    // Gjs wrapper for cogl_handle_ref()
}
  

Increases the reference count of handle by 1

handle

a Cogl.Handle

Returns

the handle, with its reference count increased