Next: x1f4_fini_lxnear, Up: Output Library Functions [Index]
extern int x1f4_dfix_lxnear (void *lxnear, unsigned index, void *context);
The x1f4_dfix_lxnear
function sets the context attribute of the
index
th typed output device description registered with the
lxnear
list library object to context
.
The context attribute corresponds the text
field in the struct
x1f4_datapipe_type
.
See struct x1f4_datapipe_type.
The set struct x1f4_datapipe_type
record corresponds the index
th
record in the array of typed output device descriptions provided when building
the lxnear
output library object.
The function returns 0
.