Fix comments.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3156 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2000-11-17 09:01:44 +00:00
parent fa182ee168
commit 5122c7dce2

View File

@ -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);