From 383c13c50ab517b79cf28bd3e594a9e6e21f5051 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 2 Oct 2013 00:33:17 -0400 Subject: [PATCH] alter docs on return value from jack_remove_properties() --- metadata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.h b/metadata.h index 2699156..2497b65 100644 --- a/metadata.h +++ b/metadata.h @@ -152,7 +152,7 @@ int jack_remove_property (jack_client_t*, jack_uuid_t subject, const char* key); * @param client The JACK client making the request to remove some properties. * @param subject The subject to remove all properties from. * - * @return 0 on success, -1 otherwise + * @return a count of the number of properties removed, or -1 if an error occurs */ int jack_remove_properties (jack_client_t*, jack_uuid_t subject);