Merge branch 'presence'

This commit is contained in:
James Booth
2012-05-26 16:20:03 +01:00
11 changed files with 2003 additions and 42 deletions

1
DESIGN
View File

@@ -179,4 +179,5 @@ types:
PStrFunc: A function that will get a string out of the data structure
PCopyFunc: A function that will make a copy the data structure, allocating
memory for it.
PEqualDeepFunc: A function to compare two structures by comparing all members.
GDestroyNotify: A function that will free memory for the data structure.