Fix docs.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2782 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas
2000-09-06 09:08:04 +00:00
parent 7ac233dc25
commit abe192790f
+4 -4
View File
@@ -29,10 +29,10 @@
/* This file defines an engine-only API for using gnucash entity
* identifiers. */
/* Generate a new id. This function is guaranteed to return an
* id that is unique within the scope of a particular gnucash
* session. GnuCash routines should always use this function
* and not guid_new!! */
/* Generate a new id. This function is guaranteed to return an id that
* is unique within the scope of all GnuCash entities being managed by
* the current invocation of GnuCash. GnuCash routines should always
* use this function and not guid_new! */
void xaccGUIDNew(GUID *guid);
/* Lookup an entity given an id and a type. If there is no entity