Browse Source

DOC: Update docs for jack_get_properties()

pull/9/head
Matthias Geier Filipe Coelho <falktx@falktx.com> 6 years ago
parent
commit
439eb19964
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      metadata.h

+ 1
- 1
metadata.h 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,


Loading…
Cancel
Save