Method
AgsAudioProgramfind_region
since: 5.1.0
[−]
Declaration [src]
GList*
ags_program_find_region (
AgsProgram* program,
guint x0,
guint x1,
gboolean use_selection_list
)
[−]
Parameters
x0
-
Type:
guint
X start offset.
x1
-
Type:
guint
X end offset.
use_selection_list
-
Type:
gboolean
If
TRUE
selection is searched.
[−]
Return value
Type: A list of AgsMarker*
The matching markers as GList
.
The caller of the method takes ownership of the returned data container, but not the data inside it. |