Re: Patch: define properties for gnc_commodity

2007-12-26 Thread Daniel Harding
Phil Longstaff wrote: > The attached patch (from svn diff) adds GObject property definitions > to the gnc_commodity object. > Couple of notes: The usage_count field of the gnc_commodity structure (exposed by your patch as PROP_REFCOUNT) is an internal field for bookkeeping and shouldn't be expos

Patch: define properties for gnc_commodity

2007-12-26 Thread Phil Longstaff
The attached patch (from svn diff) adds GObject property definitions to the gnc_commodity object. Phil Index: src/engine/gnc-commodity.c === --- src/engine/gnc-commodity.c (revision 16730) +++ src/engine/gnc-commodity.c (working cop