From bb733c2283b7f9ffb1f05d57457475adb91bd04a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 9 Jan 2012 15:57:45 +0000 Subject: 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 --- lilv/lilv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lilv') 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 -- cgit v1.2.1