| Top |
typedef struct {
char const *name;
ccss_function_f function;
void *user_data;
} ccss_function_t;
This datastructure represents one line in the libccss' consumers vtable.
identifier of the function, as used in CSS. |
||
ccss_function_f |
handler, see ccss_function_f. |
|
data to pass to the function handler. |