[Gnucash-changes] QSF backend, support for partial QofBooks,
merge fix, references and KVP
Neil Williams
linux at codehelp.co.uk
Sun Feb 20 18:51:57 EST 2005
What about:
Returns the GList of KvpValues of any type (not to be confused with GList's of
something else!), from the given kvp_frame. Cast each list gpointer to a
KvpValue and use the KvpValue->type to determine the type of value (including
more frames) at each position in the list. This one is non-copying -- the
caller can modify the value directly.
GList* kvp_value_get_glist ( const KvpValue * value )
From my reading of the current KVP usage, I can only find these glist usages:
Name: /gemini/
Type: kvp_glist
Entities: Account, Book
Use: kvp bag holding frames that identify accounts or books
that are copies of this account.
Name: /lot-split/
Type: kvp_glist
Entities: Split
Use: A bag of kvp frames holding identification of splits
that were split off of this split. Same style as the
/gemini/, look there for additional doco's.
So although, in practice, only frames get listed, the code is setup to handle
the other types within a list as well. Then you've got the fact that a frame
is just another KvpValueType :
http://code.neil.williamsleesmill.me.uk/gnome2/group__KVP.html#ga98
A kvp_frame is one type of a KvpValue but a KvpFrame is a GHashTable.
:-)
--
Neil Williams
=============
http://www.dcglug.org.uk/
http://www.nosoftwarepatents.com/
http://sourceforge.net/projects/isbnsearch/
http://www.neil.williamsleesmill.me.uk/
http://www.biglumber.com/x/web?qs=0x8801094A28BCB3E3
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.gnucash.org/pipermail/gnucash-devel/attachments/20050220/e0fa15de/attachment.bin
More information about the gnucash-devel
mailing list