Infinoted.ParameterInfo

Fields

Name

Type

Access

Description

arg_description

str

r/w

A description for the argument of the parameter in --help output, if any.

convert

Infinoted.ParameterConvertFunc

r/w

The conversion function for the parameter, see Infinoted.ParameterConvertFunc.

description

str

r/w

A description for the parameter that can be shown in --help output

flags

Infinoted.ParameterFlags

r/w

Additional flags for the parameter.

name

str

r/w

The name of the parameter.

offset

int

r/w

Offset of the output value in the structure of the plugin. Should be determined with %G_STRUCT_OFFSET.

short_name

int

r/w

A short name (one character) for the parameter, used for command line option parsing.

type

Infinoted.ParameterType

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.