Method

AgsSoundcardlist_cards

since: 3.0.0

Declaration [src]

void
ags_soundcard_list_cards (
  AgsSoundcard* soundcard,
  GList** card_id,
  GList** card_name
)

Description [src]

Retrieve card_id and card_name as a list of strings.

Available since: 3.0.0

Parameters

card_id

Type: An array of utf8

A list containing card ids.

The argument will be set by the function.
The array must be NULL-terminated.
The instance takes ownership of the data, and is responsible for freeing it.
Each element is a NUL terminated UTF-8 string.
card_name

Type: An array of utf8

A list containing card names.

The argument will be set by the function.
The array must be NULL-terminated.
The instance takes ownership of the data, and is responsible for freeing it.
Each element is a NUL terminated UTF-8 string.