API Version: 3.0
Library Version: 3.0.2
Generated by gi-docgen 2023.1
gboolean gimp_image_undo_group_start ( GimpImage* image )
Starts a group undo.
This function is used to start a group undo—necessary for logically combining two or more undo operations into a single operation. This call must be used in conjunction with a gimp_image_undo_group_end() call.
gimp_image_undo_group_end()
Type: gboolean
gboolean
TRUE on success.