void plug_add_argument_element(struct arglist *, const char* what, char* elname)

Adds an element to a P_SET argument of the plugin

Documentation

Adds an element to a P_SET argument of the plugin. This function must be used into the function plugin_init. Order used to add the elements of a set is important. The value returned by plug_get_argument in the case of a P_SET argument is the current element selected. Elements are numbered starting with the last element added (starting from 1).

Parameters:
what - is the identifier of the argument that is a P_SET.
elname - is the name of the argument.

Alphabetic index HTML hierarchy of classes or Java



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