Opaque structure that holds one property.
More...
#include <collection.h>
Detailed Description
Opaque structure that holds one property.
Your implementation can assume that following members will always be members of the collection_item. but you should use get_item_xxx functions to get them and never access internal data directly.
- char *property;
- int property_len;
- int type;
- int length;
- void *data;
The documentation for this struct was generated from the following file:
Generated on Thu Dec 9 12:11:51 2010 for libcollection by
1.4.7