Method
AgsAudioNotationfind_region
since: 3.0.0
[−]
Declaration [src]
GList*
ags_notation_find_region (
AgsNotation* notation,
guint x0,
guint y0,
guint x1,
guint y1,
gboolean use_selection_list
)
[−]
Parameters
x0
-
Type:
guint
Start offset.
y0
-
Type:
guint
Start tone.
x1
-
Type:
guint
End offset.
y1
-
Type:
guint
End tone.
use_selection_list
-
Type:
gboolean
If
TRUE
selection is searched.
[−]
Return value
Type: A list of AgsNote*
The matching notes as GList
-struct.
The caller of the method takes ownership of the returned data container, but not the data inside it. |