Virtual Method
AgsSoundcardlist_cards
since: 3.0.0
Declaration [src]
void
list_cards (
AgsSoundcard* soundcard,
GList** card_id,
GList** card_name
)
Parameters
card_id-
Type: An array of
utf8A list containing card ids.
The argument will be set by the function. The array must be NULL-terminated.The called function 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
utf8A list containing card names.
The argument will be set by the function. The array must be NULL-terminated.The called function takes ownership of the data, and is responsible for freeing it. Each element is a NUL terminated UTF-8 string.