mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-29 20:24:25 -06:00
fix SessionOpenMode explanation for SESSION_NEW_OVERWRITE
This commit is contained in:
parent
7c8e0a28fc
commit
e23bf0bc1c
@ -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
|
||||
* prevent the backend from saving any edits.
|
||||
* @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.
|
||||
* @par
|
||||
* `SESSION_BREAK_LOCK`: Find an existing file or database, lock it, and open
|
||||
|
Loading…
Reference in New Issue
Block a user