childs -> children.
[AROS.git] / workbench / libs / bullet / setinfoa.c
blob0d07f3e62f54d1a4f2bf2b7284069312364908c4
1 /*
2 Copyright © 1995-2008, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Bullet function SetInfoA()
6 Lang: English
7 */
9 #include <aros/libcall.h>
10 #include <proto/bullet.h>
12 /*****************************************************************************
14 NAME */
16 AROS_LH2(ULONG, SetInfoA,
18 /* SYNOPSIS */
19 AROS_LHA(struct GlyphEngine *, glyphEngine, A0),
20 AROS_LHA(struct TagItem *, tagList, A1),
22 /* LOCATION */
23 struct Library *, BulletBase, 7, Bullet)
25 /* FUNCTION
27 INPUTS
29 RESULT
31 NOTES
33 EXAMPLE
35 BUGS
37 SEE ALSO
39 INTERNALS
41 This interface is implemented in freetype2.library.
42 See /workbench/libs/freetype/src/aros.
44 HISTORY
46 *****************************************************************************/
48 AROS_LIBFUNC_INIT
50 AROS_LIBFUNC_EXIT
52 } /* SetInfoA */