#include <fakedbfs/types.h>
#include <ficl.h>
Go to the source code of this file.
Classes | |
| struct | _ficlplug |
Functions | |
| int | fdbfs_ficl_init (fdbfs_t *f) |
| Initialise ficl subsystem. | |
| void | fdbfs_ficl_destroy (fdbfs_t *f) |
| Destroy ficl subsystem. | |
| int | fdbfs_ficl_addwords (fdbfs_t *f, ficlDictionary *dict) |
| Add words to ficl system dictionary. | |
| int | fdbfs_ficl_p_check_file (ficlplug_t *fpl, const char *filename, char **errmsg) |
| Check plugin for file compatibility using ficl subsystem. | |
| int | fdbfs_ficl_p_init (ficlplug_t *fpl, char **errmsg) |
| Initialise ficl plugin. | |
| int | fdbfs_ficl_p_shutdown (ficlplug_t *fpl, char **errmsg) |
| Shutdown ficl plugin. | |
| fields_t * | fdbfs_ficl_p_extract_from_file (ficlplug_t *fpl, const char *filename, char **errmsg) |
| Extract metedata using ficl plugin. | |
| Plugin * | fdbfs_ficl_load_ficlplugin (fdbfs_t *f, const char *plugfile) |
| Load ficlplugin and return a Plugin object. | |
|
||||||||||||
|
Add words to ficl system dictionary.
|
|
|
Destroy ficl subsystem.
|
|
|
Initialise ficl subsystem. Creates a new ficlSystem.
|
|
||||||||||||
|
Load ficlplugin and return a Plugin object. Parses the ficl plugin in the specified filename.
|
|
||||||||||||||||
|
Check plugin for file compatibility using ficl subsystem. Ficl analogue to (struct Plugin).check_file().
|
|
||||||||||||||||
|
Extract metedata using ficl plugin. Analogous to (struct Plugin).extract_from_file().
|
|
||||||||||||
|
Initialise ficl plugin. The usefulness of this is questionable, but...
|
|
||||||||||||
|
Shutdown ficl plugin. Analogous to (struct Plugin).shutdown().
|
1.4.6