Gimp.Image.undo_group_end

@accepts(Gimp.Image)
@returns(bool)
def undo_group_end(self):
    # Python wrapper for gimp_image_undo_group_end()
  

Finish a group undo.

This function must be called once for each Gimp.Image.undo_group_start call that is made.

self

The ID of the image in which to close an undo group.

Returns