mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add *BeginEdit public functions.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6149 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
e44cfabcd0
commit
7bcfc52e6f
@ -74,6 +74,7 @@ GncInvoice * gncInvoiceGetInvoiceFromTxn (Transaction *txn);
|
||||
|
||||
GncInvoice * gncInvoiceLookup (GNCBook *book, const GUID *guid);
|
||||
gboolean gncInvoiceIsDirty (GncInvoice *invoice);
|
||||
void gncInvoiceBeginEdit (GncInvoice *invoice);
|
||||
void gncInvoiceCommitEdit (GncInvoice *invoice);
|
||||
|
||||
#endif /* GNC_INVOICE_H_ */
|
||||
|
@ -59,6 +59,7 @@ GList * gncOrderGetEntries (GncOrder *order);
|
||||
|
||||
GncOrder * gncOrderLookup (GNCBook *book, const GUID *guid);
|
||||
gboolean gncOrderIsDirty (GncOrder *order);
|
||||
void gncOrderBeginEdit (GncOrder *order);
|
||||
void gncOrderCommitEdit (GncOrder *order);
|
||||
|
||||
#endif /* GNC_ORDER_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user