Class

AgsConversion

[]

Description

class Ags.Conversion : GObject.Object
{
  obj_mutex: GRecMutex,
  name: gchar*,
  description: gchar*
}

No description available.

[]

Ancestors

[]

Constructors

ags_conversion_new

Instantiate a new AgsConversion.

since: 3.0.0

[]

Instance methods

ags_conversion_convert

Convert a value if reverse is FALSE then use the target format otherwise if TRUE convert back to original format.

since: 3.0.0

Methods inherited from GObject (43)
[]

Properties

Ags.Conversion:description

The description of the conversion.

since: 3.0.0

Ags.Conversion:name

The name of the conversion.

since: 3.0.0

[]

Signals

Ags.Conversion::convert

The ::convert signal notifies about converted value.

since: 3.0.0

Signals inherited from GObject (1)

Class structure

[]

Virtual methods

Ags.ConversionClass.convert

Convert a value if reverse is FALSE then use the target format otherwise if TRUE convert back to original format.

since: 3.0.0