Function

AgsAudioNotationadd

since: 3.0.0

[]

Declaration [src]

GList*
ags_notation_add (
  GList* notation,
  AgsNotation* new_notation
)
[]

Description [src]

Add new_notation sorted to notation.

Available since: 3.0.0

[]

Parameters

notation

Type: A list of None

The GList-struct containing AgsNotation.

The data is owned by the caller of the function.
new_notation

Type: AgsNotation

The AgsNotation to add.

The data is owned by the caller of the function.
[]

Return value

Type: A list of None

The new beginning of notation.

The data is owned by the called function.