DOC: Update docs for jack_get_all_properties()

This commit is contained in:
Matthias Geier 2019-04-25 20:38:34 +02:00 committed by Filipe Coelho
parent aa2f1ee0a0
commit e28ba5cc18
1 changed files with 2 additions and 2 deletions

View File

@ -137,10 +137,10 @@ jack_get_properties (jack_uuid_t subject,
/**
* Get descriptions for all subjects with metadata.
* @param descs Set to a NULL-terminated array of descriptions.
* @param descs Set to an array of descriptions.
* The caller must free each of these with jack_free_description(),
* and the array itself with jack_free().
* @return 0 on success.
* @return the number of descriptions, or -1 on error.
*/
int
jack_get_all_properties (jack_description_t** descs);