(C) 1998 AROS - The Amiga Research OS


NAME
#include <boopsi_private.h>

void FreeICData (icdata)

LOCATION
In BOOPSIBase at offset 15

SYNOPSIS
struct ICData * icdata

FUNCTION
This private function will free the data that belongs to an object of the type ICCLASS. It is primarily in as a private function for the benefit of intuition.library's gadgetclass implementation, which includes an icclass of its own.

INPUTS
icdata
The address of a struct ICData
RESULT
The data associated will have been freed (including the TagList).

EXAMPLE

SEE ALSO

NOTES

BUGS

INTERNALS

HISTORY
20.10.1998 hkiel
Amiga Research OS
23.10.1997 digulla
Added files from iaint