diff options
author | David Robillard <d@drobilla.net> | 2008-01-28 04:58:33 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-01-28 04:58:33 +0000 |
commit | 55b699d9a9b08ba8086f30f29348bf4c87231c12 (patch) | |
tree | 9b34dcadd5dced6bd41a0d1b80f47a5564a4a591 /slv2/scalepoints.h | |
parent | f6dfbc3553f683b2f310892581c8707b1354edc7 (diff) | |
download | lilv-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.h | 6 |
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. * |