summaryrefslogtreecommitdiffstats
path: root/slv2/scalepoints.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-01-28 04:58:33 +0000
committerDavid Robillard <d@drobilla.net>2008-01-28 04:58:33 +0000
commit55b699d9a9b08ba8086f30f29348bf4c87231c12 (patch)
tree9b34dcadd5dced6bd41a0d1b80f47a5564a4a591 /slv2/scalepoints.h
parentf6dfbc3553f683b2f310892581c8707b1354edc7 (diff)
downloadlilv-55b699d9a9b08ba8086f30f29348bf4c87231c12.tar.gz
lilv-55b699d9a9b08ba8086f30f29348bf4c87231c12.tar.bz2
lilv-55b699d9a9b08ba8086f30f29348bf4c87231c12.zip
Documentation fixes.
git-svn-id: http://svn.drobilla.net/lad/slv2@1118 a436a847-0d15-0410-975c-d299462d15a1
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.
*