Method

AgsFilefind_id_ref_by_reference

since: 3.0.0

Declaration [src]

GObject*
ags_file_find_id_ref_by_reference (
  AgsFile* file,
  gpointer ref
)

Description [src]

Find a reference matching ref.

Available since: 3.0.0

Parameters

ref

Type: gpointer

A %gpointer.

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

Return value

Type: GObject

The matching GObject.

The caller of the method takes ownership of the data, and is responsible for freeing it.