Function

AgsFileLookupfind_by_node

since: 3.0.0

Declaration [src]

GList*
ags_file_lookup_find_by_node (
  GList* file_lookup,
  xmlNode* node
)

Description [src]

Find AgsFileLookup by #xmlNode.

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.
node

Type: xmlNode

A #xmlNode.

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.