diff options
author | David Robillard <d@drobilla.net> | 2012-01-09 15:57:45 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-01-09 15:57:45 +0000 |
commit | bb733c2283b7f9ffb1f05d57457475adb91bd04a (patch) | |
tree | 161c67f269b699ca0db0e1231d1ceeac186045ec /lilv | |
parent | 682cdde237bdcd1a804f7a2dd740d7c1f80ab838 (diff) | |
download | lilv-bb733c2283b7f9ffb1f05d57457475adb91bd04a.tar.gz lilv-bb733c2283b7f9ffb1f05d57457475adb91bd04a.tar.bz2 lilv-bb733c2283b7f9ffb1f05d57457475adb91bd04a.zip |
Make lilv_state_save take a full filename with extension.
Use a proper path joining function for separator normalisation.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3927 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'lilv')
-rw-r--r-- | lilv/lilv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lilv/lilv.h b/lilv/lilv.h index a00f337..aeb59df 100644 --- a/lilv/lilv.h +++ b/lilv/lilv.h @@ -1258,7 +1258,7 @@ lilv_state_restore(const LilvState* state, @param state State to save. @param uri URI of state, may be NULL. @param dir Path of the bundle directory to save into, may be NULL. - @param filename Filename for the state file (no extension), may be NULL. + @param filename Filename for the state file, may be NULL. @param features Host provided features. The format of state on disk is compatible with that defined in the LV2 |