Function
AgsAudioNotefind_next
since: 3.0.0
[−]
Parameters
note
-
Type: A list of
AgsNote*
The
GList
-struct containingAgsNote
.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 last entry’s x offset smaller than x0
, else NULL
.
The data is owned by the called function. |