Function

AgsAudioNotefind_prev

since: 3.0.0

Declaration [src]

GList*
ags_note_find_prev (
  GList* note,
  guint x0,
  guint y
)

Description [src]

Find prev note having the same y offset.

Available since: 3.0.0

Parameters

note

Type: A list of AgsNote*

The GList-struct containing AgsNote.

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

Type: guint

X offset.

y

Type: guint

Y offset.

Return value

Type: A list of AgsNote*

The matching entry as GList-struct if first entry’s x offset bigger than x0, else NULL.

The data is owned by the called function.