r11846 - gnucash/trunk/src/report/report-gnome - Convert to newer
method of allocating private data structures for
David Hampton
hampton at cvs.gnucash.org
Sat Nov 5 19:14:18 EST 2005
Author: hampton
Date: 2005-11-05 19:14:17 -0500 (Sat, 05 Nov 2005)
New Revision: 11846
Modified:
gnucash/trunk/src/report/report-gnome/gnc-plugin-page-report.c
Log:
Convert to newer method of allocating private data structures for
objects. This allows glib to consolidate the space for all of the
various public and private data structures on an object and reduce
memory fragmentation. Change all data structure declarations of the
parent object to be the actual name of the object instead of the
string "parent". This makes debugging easier when looking at data
structures in gdb. Also regularize the variable names used to refer
to the public and private data structures in this file.
More information about the gnucash-patches
mailing list