Next: , Previous: , Up: Types   [Index]


3.22.2.3 struct x1f4_composer_type

typedef struct x1f4_composer_type {
    int (*get)(void *, int, int, const struct x1f4_linetext_type **);
    const void *context;
} x1f4_composer_type;

The struct x1f4_composer_type record describes single parameter function converters set.

Its fields are:

get

the converter look up method

context

the converter look up context

See Function Converters Set Definition.