From d4aa5a21136a31437411ff87ec36c7c0fd997e2c Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Tue, 17 Oct 2006 21:46:25 +0000 Subject: [PATCH] Don't wrap the GncOwner structure. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15034 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/business/business-core/gncOwner.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/business/business-core/gncOwner.h b/src/business/business-core/gncOwner.h index a4a6fe3a7e..164ce71303 100644 --- a/src/business/business-core/gncOwner.h +++ b/src/business/business-core/gncOwner.h @@ -72,6 +72,8 @@ gncOwnerRegister(void); /** @} */ +#ifndef SWIG + /** \struct GncOwner */ struct _gncOwner { GncOwnerType type; /**< Customer, Job, Vendor, Employee or Undefined. */ @@ -85,6 +87,8 @@ struct _gncOwner { gpointer qof_temp; /**< Set type independently of the owner. */ }; +#endif /* SWIG */ + /** \name Setup routines @{ */