Docs » Autodocs » utility.library » RefreshTagItemClones
RefreshTagItemClones -- rejuvenate a clone from the original. (V36)
RefreshTagItemClones(clone,original) A0 A1 VOID RefreshTagItemClones(struct TagItem *,struct TagItem *);
If (and only if) the tag list 'clone' was created from 'original' by CloneTagItems(), and if 'original' has not been changed in any way, you can reset the clone list to its original state by using this function.
clone - return value from CloneTagItems(original) original - a tag list that hasn't changed since CloneTagItems()
<utility/tagitem.h>, CloneTagItems(), AllocateTagItems(), FreeTagItems(), ApplyTagChanges()
|