Method

AgsAudioSoundContainerget_resource_by_name

since: 3.0.0

Declaration [src]

GList*
ags_sound_container_get_resource_by_name (
  AgsSoundContainer* sound_container,
  gchar* resource_name
)

Description [src]

Get resources by name as a GList-struct.

Available since: 3.0.0

Parameters

resource_name

Type: gchar*

The resource name.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: A list of GObject*

The GList-struct containing AgsResource.

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