diff options
author | David Robillard <d@drobilla.net> | 2010-03-05 20:11:04 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-03-05 20:11:04 +0000 |
commit | 4d2cf9582ba6c5e9cdb29b07427934b2f1e0ef02 (patch) | |
tree | 0fe2c738a54718ae1c5dc3d5a905308b58fe69d0 /slv2/scalepoint.h | |
parent | d8437709d6f69b4952993a6794313edb38361a53 (diff) | |
download | lilv-4d2cf9582ba6c5e9cdb29b07427934b2f1e0ef02.tar.gz lilv-4d2cf9582ba6c5e9cdb29b07427934b2f1e0ef02.tar.bz2 lilv-4d2cf9582ba6c5e9cdb29b07427934b2f1e0ef02.zip |
Hide symbols by default and explicitly export API (clean ABI).
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2530 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2/scalepoint.h')
-rw-r--r-- | slv2/scalepoint.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/slv2/scalepoint.h b/slv2/scalepoint.h index 311b014..d371ea1 100644 --- a/slv2/scalepoint.h +++ b/slv2/scalepoint.h @@ -34,6 +34,7 @@ extern "C" { * * Returned value is owned by \a point and must not be freed. */ +SLV2_API SLV2Value slv2_scale_point_get_label(SLV2ScalePoint point); @@ -42,6 +43,7 @@ slv2_scale_point_get_label(SLV2ScalePoint point); * * Returned value is owned by \a point and must not be freed. */ +SLV2_API SLV2Value slv2_scale_point_get_value(SLV2ScalePoint point); |