Data Fields | |
void * | data |
Private data. | |
int(* | free )(fluid_sfloader_t *loader) |
The free must free the memory allocated for the loader in addition to any private data. | |
fluid_sfont_t *(* | load )(fluid_sfloader_t *loader, const char *filename) |
Load a file. |
|
Private data.
|
|
The free must free the memory allocated for the loader in addition to any private data. It should return 0 if no error occured, non-zero otherwise. |
|
Load a file. Returns NULL if an error occured. |