Function
AgsAudioNotationadd
since: 3.0.0
Declaration [src]
GList*
ags_notation_add (
GList* notation,
AgsNotation* new_notation
)
Parameters
notation
-
Type: A list of
None
The
GList
-struct containingAgsNotation
.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.