2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
5 Desc: Release array of attribute ID bases
9 /*****************************************************************************
13 #include <proto/oop.h>
16 AROS_LH2(void, OOP_ReleaseAttrBasesArray
,
19 AROS_LHA(OOP_AttrBase
*, bases
, A0
),
20 AROS_LHA(CONST_STRPTR
const *, ids
, A1
),
23 struct Library
*, OOPBase
, 24, OOP
)
26 Release several attribute ID bases, stored in linear array.
29 bases - a pointer to array of bases
30 ids - a NULL-terminated array of corresponding interface IDs
36 It is legal to have some entries in the array not filled in
37 (equal to 0). They will be skipped.
44 OOP_ObtainAttrBasesArray()
50 ******************************************************************************/
58 OOP_ReleaseAttrBase(*ids
);