gwenhywfar/src/storage/st_vardef.xml @ effe35a8
672a005d | martin | ||
<typedefs>
|
|||
<type id="GWEN_STO_VAR_LIST" >
|
|||
<functions>
|
|||
<function type="new" name="MultiFileVar_List_new" />
|
|||
<function type="dup" name="MultiFileVar_List_dup" />
|
|||
<function type="free" name="MultiFileVar_List_free" />
|
|||
</functions>
|
|||
</type>
|
|||
</typedefs>
|
|||
<types>
|
|||
<type id="GWEN_STO_VARDEF"
|
|||
prefix="GWEN_StoVarDef"
|
|||
class="StoVar"
|
|||
access="public"
|
|||
filename="st_vardef"
|
|||
list="public">
|
|||
<headers>
|
|||
<header type="sys" >gwenhywfar/gwenhywfarapi.h</header>
|
|||
</headers>
|
|||
<elem name="name" type="char" ptr="1" >
|
|||
<descr>
|
|||
Variable name
|
|||
</descr>
|
|||
</elem>
|
|||
<elem name="minNum" type="int" >
|
|||
<descr>
|
|||
Minimum occurence (0 for "nolimit").
|
|||
</descr>
|
|||
</elem>
|
|||
<elem name="maxNum" type="int" >
|
|||
<descr>
|
|||
Maximum occurence (0 for "nolimit").
|
|||
</descr>
|
|||
</elem>
|
|||
</type>
|
|||
</types>
|