Infinoted.ParameterInfo¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
arg_description |
r/w |
A description for the argument of the parameter in |
|
convert |
r/w |
The conversion function for the parameter, see |
|
description |
r/w |
A description for the parameter that can be shown in |
|
flags |
r/w |
Additional flags for the parameter. |
|
name |
r/w |
The name of the parameter. |
|
offset |
r/w |
Offset of the output value in the structure of the plugin. Should be determined with %G_STRUCT_OFFSET. |
|
short_name |
r/w |
A short name (one character) for the parameter, used for command line option parsing. |
|
type |
r/w |
The input type of the parameter. |
Methods¶
None
Details¶
- class Infinoted.ParameterInfo¶
This structure contains generic information about a parameter that can be passed to an infinoted plugin.