Go to the documentation of this file.
47 #ifndef __WEED_PLUGIN_UTILS_H__
48 #define __WEED_PLUGIN_UTILS_H__
54 #ifndef __WEED_PALETTES_H__
63 #ifdef __WEED_EFFECTS_H__
65 weed_plant_t *
weed_filter_class_init (
const char *name,
const char *author,
int version,
int flags,
weed_init_f init_func,
weed_process_f process_func,
weed_deinit_f deinit_func,
weed_plant_t **in_chantmpls,
weed_plant_t **out_chantmpls,
weed_plant_t **in_paramtmpls,
weed_plant_t **out_paramtmpls);
96 #endif // #ifndef __WEED_PLUGIN_UTILS_H__