[Contents] [Index] [Help] [Retrace] [Browse <] [Browse >]


   NAME
        FreeGadgets -- free a linked list of gadgets. (V36)

   SYNOPSIS
        FreeGadgets(glist)
                    A0

        VOID FreeGadgets(struct gadget *glist);
                         A0

   FUNCTION
        Frees any GadTools gadgets found on the linked list of gadgets
        beginning with the specified one.  Frees all the memory that was
        allocated by creategadgeta().  this function will return safely
        with no action if it receives a NULL parameter.

   INPUTS
        glist - pointer to first gadget in list to be freed.

   SEE ALSO
        creategadgeta()