Next: x1f4_dset_lxlist, Up: List Library Functions
extern int x1f4_cfix_lxlist (void *lxlist, unsigned index, void *context);
The int x1f4_cfix_lxlist
sets the data type context attribute of the
index
ranked data type description of the lxlist
list library
object to context
. The attribute corresponds the context
field
in the index
ranked struct x1f4_nodetype_type
record in the array
of data type descriptions provided when building the lxlist
list library
object.
See struct x1f4_nodetype_type.
The function returns 0
.
The data type context attribute for some data type descriptions may not be
available when building the list library object (via x1f4_init_lxlist
).
See x1f4_init_lxlist.
For the data types provided by the libx1f4i0 libraries the data type context is the very list library object (hence it cannot be available for the `list' data type provided by the list library before building the list library for it is the list library itself).
See List Library.
See File Library.
See Time Library.