mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-07-30 08:08:15 -05:00
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:
@@ -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
|
||||
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user