Convert the internal store of Personas in Individual to use HashSet
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Thu, 24 Mar 2011 11:00:27 +0000 (11:00 +0000)
committerPhilip Withnall <philip.withnall@collabora.co.uk>
Sat, 23 Apr 2011 21:00:12 +0000 (22:00 +0100)
commit1c7e4040ef1d916b93f1674efef5ebe1dcb3d0eb
tree7d0bd7bbe81288da80375e49ff9638bd1fed0982
parenteca4e5453097b76557533eadab8d21b7aca90c1a
Convert the internal store of Personas in Individual to use HashSet

This converts the private variables in Individual which store its set of
Personas to use a single HashSet instead of a separate GLib.List and HashSet.

This won't compile, but making all the necessary adjustments to
Individual.personas to make it compile would've made the commit too complex
to review. The next commit will update Individual.personas.

Helps: bgo#640092
folks/individual.vala