Don't wrap the GncOwner structure.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15034 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2006-10-17 21:46:25 +00:00
parent b84c2e23be
commit d4aa5a2113

View File

@ -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
@{
*/