Method

AgsSequencerlist_cards

since: 3.0.0

Declaration [src]

void
ags_sequencer_list_cards (
  AgsSequencer* sequencer,
  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.