summaryrefslogtreecommitdiffstats
path: root/slv2/scalepoints.h
diff options
context:
space:
mode:
Diffstat (limited to 'slv2/scalepoints.h')
-rw-r--r--slv2/scalepoints.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/slv2/scalepoints.h b/slv2/scalepoints.h
index baaa43c..88e08b4 100644
--- a/slv2/scalepoints.h
+++ b/slv2/scalepoints.h
@@ -47,13 +47,13 @@ void
slv2_scale_points_free(SLV2Values);
-/** Get the number of elements in a string list.
+/** Get the number of scale points in a collection.
*/
unsigned
-slv2_scale_points_size(SLV2Values list);
+slv2_scale_points_size(SLV2Values points);
-/** Get a string from a string list at the given index.
+/** Get the scale point at the given index in a collection.
*
* @return the element at \a index, or NULL if index is out of range.
*