Add Entry, Order, and Invoice types to g-wrapped data

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5981 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins
2001-11-22 14:45:11 +00:00
parent beade21ffa
commit b56f2fffbb
@@ -44,7 +44,10 @@
"#include <gncAddress.h>\n"
"#include <gncCustomer.h>\n"
"#include <gncEmployee.h>\n"
"#include <gncEntry.h>\n"
"#include <gncInvoice.h>\n"
"#include <gncJob.h>\n"
"#include <gncOrder.h>\n"
"#include <gncVendor.h>\n"
)))
@@ -69,8 +72,14 @@
"const GncCustomer*")
(gw:wrap-non-native-type mod '<gnc:GncEmployee*> "GncEmployee*"
"const GncEmployee*")
(gw:wrap-non-native-type mod '<gnc:GncEntry*> "GncEntry*"
"const GncEntry*")
(gw:wrap-non-native-type mod '<gnc:GncInvoice*> "GncInvoice*"
"const GncInvoice*")
(gw:wrap-non-native-type mod '<gnc:GncJob*> "GncJob*"
"const GncJob*")
(gw:wrap-non-native-type mod '<gnc:GncOrder*> "GncOrder*"
"const GncOrder*")
(gw:wrap-non-native-type mod '<gnc:GncVendor*> "GncVendor*"
"const GncVendor*")
@@ -100,8 +109,14 @@
;; gncEmployee.h
;; gncEntry.h
;; gncInvoice.h
;; gncJob.h
;; gncOrder.h
;; gncVendor.h
)