mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-29 20:24:25 -06:00
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:
parent
b84c2e23be
commit
d4aa5a2113
@ -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
|
||||
@{
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user