frei0r
f0r_param_info Struct Reference

#include <frei0r.h>

Data Fields

const char * name
int type
const char * explanation

Detailed Description

Similar to f0r_plugin_info_t, this structure is filled by the plugin for every parameter.

All strings are unicode, 0-terminated, and the encoding is utf-8.

Definition at line 439 of file frei0r.h.


Field Documentation

Optional explanation (can be 0)

Definition at line 443 of file frei0r.h.

const char* f0r_param_info::name

The (short) name of the param

Definition at line 441 of file frei0r.h.

The type (see the F0R_PARAM_* defines)

Definition at line 442 of file frei0r.h.


The documentation for this struct was generated from the following file: