#include <object.h>
Data Fields | |
const char * | key |
const char * | value |
struct _key_value * | next |
key and value are shared-strings.
Please use get_ob_key_value(), set_ob_key_value() from object.c rather than accessing the list directly. Exception is if you want to walk this list for some reason.
Definition at line 66 of file object.h.
struct _key_value* next [read] |