gimp-unit-set-deletion-flag

Michael Natterer <mitch@gimp.org>

Description

Sets the deletion flag of a unit.

Help

This procedure sets the unit's deletion flag. If the deletion flag of a unit is TRUE on gimp exit, this unit's definition will not be saved in the user's unitrc.


Type

unknown

Parameters

Type Name Description
PF_INT unit-id The unit's integer ID
PF_INT deletion-flag The new deletion flag of the unit (TRUE or FALSE)

Return

None