fix SessionOpenMode explanation for SESSION_NEW_OVERWRITE

This commit is contained in:
c-holtermann 2020-07-04 22:16:13 +02:00
parent 7c8e0a28fc
commit e23bf0bc1c

View File

@ -169,7 +169,7 @@ void qof_session_swap_data (QofSession *session_1, QofSession *session_2);
* flag on the book that will prevent many elements from being edited and will * flag on the book that will prevent many elements from being edited and will
* prevent the backend from saving any edits. * prevent the backend from saving any edits.
* @par * @par
* `SESSION_OVERWRITE`: Create a new file or database at the provided uri, * `SESSION_NEW_OVERWRITE`: Create a new file or database at the provided uri,
* deleting any existing file or database. * deleting any existing file or database.
* @par * @par
* `SESSION_BREAK_LOCK`: Find an existing file or database, lock it, and open * `SESSION_BREAK_LOCK`: Find an existing file or database, lock it, and open