void plug_add_argument(struct arglist *, const char* what, plugarg tp, void* dv)

Adds an argument to the plugin

Documentation

Adds an argument to the plugin. This function must be used into the function plugin_init.
Parameters:
what - is the identifier of the argument.
tp - is the type of the argument.
dv - is the default value of the argument (type of dv must be compatible with tp).

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.