mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Fix docs.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2782 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
+4
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user