| Liboil Reference Manual |
|---|
OilParameterOilParameter — Functions to manipulate prototype parameter information. |
OilParameter;
void* oil_param_get_source_data (OilParameter *param);
typedef struct {
} OilParameter;
An opaque structure representing a single parameter in the function prototype of an OilFunctionClass.
void* oil_param_get_source_data (OilParameter *param);
param : |
|
| Returns : |
| << OilFunctionImpl | OilProfile >> |