Function

AgsFileLookupfind_by_reference

since: 3.0.0

Declaration [src]

GList*
ags_file_lookup_find_by_reference (
  GList* file_lookup,
  gpointer ref
)

Description [src]

Find AgsFileLookup by ref.

Available since: 3.0.0

Parameters

file_lookup

Type: A list of AgsFileLookup*

The GList-struct containing AgsFileLookup.

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

Type: gpointer

A #gpointer.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: A list of AgsFileLookup*

The matching list containing AgsFileLookup if found otherwise NULL.

The data is owned by the called function.