Gimp.Display.id_is_valid

@accepts(int)
@returns(bool)
def id_is_valid(display_id):
    # Python wrapper for gimp_display_id_is_valid()
  

Returns TRUE if the display ID is valid.

This procedure checks if the given display ID is valid and refers to an existing display.

Since 3.0

display_id

The display ID to check.

Returns