Function
AgsAudioProgramfind_near_timestamp
since: 5.1.0
Declaration [src]
GList*
ags_program_find_near_timestamp (
GList* program,
AgsTimestamp* timestamp
)
Parameters
program
-
Type: A list of
AgsProgram*
The
GList
-struct containingAgsProgram
.The data is owned by the caller of the function. timestamp
-
Type:
AgsTimestamp
The matching
AgsTimestamp
, orNULL
to match any timestamp.The data is owned by the caller of the function.