From 439eb199647b7b02f6e038766ea0409301348de9 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Thu, 25 Apr 2019 21:47:23 +0200 Subject: [PATCH] DOC: Update docs for jack_get_properties() --- metadata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.h b/metadata.h index 940428a..e787f08 100644 --- a/metadata.h +++ b/metadata.h @@ -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,