DOC: Update docs for jack_get_properties()

This commit is contained in:
Matthias Geier 2019-04-25 21:47:23 +02:00 committed by Filipe Coelho
parent e28ba5cc18
commit 439eb19964
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ jack_free_description (jack_description_t* desc, int free_description_itself);
* @param subject The subject to get all properties of.
* @param desc Set to the description of subject if found, or NULL otherwise.
* The caller must free this value with jack_free_description().
* @return 0 on success, -1 if no @p subject with any properties exists.
* @return the number of properties, -1 if no @p subject with any properties exists.
*/
int
jack_get_properties (jack_uuid_t subject,