From 55b699d9a9b08ba8086f30f29348bf4c87231c12 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 28 Jan 2008 04:58:33 +0000 Subject: Documentation fixes. git-svn-id: http://svn.drobilla.net/lad/slv2@1118 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/scalepoints.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'slv2/scalepoints.h') 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. * -- cgit v1.2.1