Method

AgsAudioNotationis_note_selected

since: 3.0.0

Declaration [src]

gboolean
ags_notation_is_note_selected (
  AgsNotation* notation,
  AgsNote* note
)

Description [src]

Check selection for note.

Available since: 3.0.0

Parameters

note

Type: AgsNote

The AgsNote to check for.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if selected otherwise FALSE.