mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix comments.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3156 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
fa182ee168
commit
5122c7dce2
@ -109,10 +109,10 @@ gboolean gnc_book_load (GNCBook *book);
|
||||
*
|
||||
* Some important error values:
|
||||
* EINVAL -- bad argument
|
||||
* ETXTBSY -- session id is in use; its locked by someone else.
|
||||
* ETXTBSY -- book id is in use; it's locked by someone else.
|
||||
* ENOSYS -- unsupported URI type.
|
||||
* ERANGE -- file path too long
|
||||
* ENOLCK -- session not open when SessionSave() was called.
|
||||
* ENOLCK -- book not open when SessionSave() was called.
|
||||
*/
|
||||
int gnc_book_get_error (GNCBook *book);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user