Method
AgsSoundcardlist_cards
since: 3.0.0
Declaration [src]
void
ags_soundcard_list_cards (
AgsSoundcard* soundcard,
GList** card_id,
GList** card_name
)
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 caller of the method takes ownership of the returned 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 caller of the method takes ownership of the returned data, and is responsible for freeing it. Each element is a NUL terminated UTF-8 string.