next up previous contents index
Next: GLV_GETLINKVAL(lblgroup,name,mapfn,extra) Up: Functions on the Previous: GLI_GETLINKITEM(lblgroup,field,pos,item)

GLN_GETLINKNAMES(lbl,group,mapfn,extra)

     

Calls (*mapfn) once for each field in the specified group in the link section of the given version. The call format is:

(*mapfn)(extra,tag,count,length);

where the arguments have the following declarations and contents:

The map function is first called with a NULL `tag', and a zero `count'. This call is intended for initialisation. The mapping continues until the map function returns non zero, or there are no more fields.

See section 10 for an example of using a mapfn.

Function returns:



Martin Sjolin
Thu Jun 15 20:41:59 MET DST 1995