_prop_object_type
static const struct _prop_object_type _prop_object_type_array = {
static const struct _prop_object_type _prop_object_type_bool = {
static const struct _prop_object_type _prop_object_type_data = {
static const struct _prop_object_type _prop_object_type_dictionary = {
static const struct _prop_object_type _prop_object_type_dict_keysym = {
static const struct _prop_object_type _prop_object_type_number = {
_prop_object_init(struct _prop_object *po, const struct _prop_object_type *pot)
const struct _prop_object_type *po_type;/* type descriptor */
const struct _prop_object_type *);
static const struct _prop_object_type _prop_object_type_string = {