Lines Matching refs:ObjectProperty

31 typedef struct ObjectProperty ObjectProperty;  typedef
87 typedef void (ObjectPropertyInit)(Object *obj, ObjectProperty *prop);
89 struct ObjectProperty struct
1086 ObjectProperty *object_property_try_add(Object *obj, const char *name,
1115 ObjectProperty *object_property_add(Object *obj, const char *name,
1124 ObjectProperty *object_class_property_add(ObjectClass *klass, const char *name,
1138 void object_property_set_default_bool(ObjectProperty *prop, bool value);
1147 void object_property_set_default_str(ObjectProperty *prop, const char *value);
1155 void object_property_set_default_list(ObjectProperty *prop);
1164 void object_property_set_default_int(ObjectProperty *prop, int64_t value);
1173 void object_property_set_default_uint(ObjectProperty *prop, uint64_t value);
1184 ObjectProperty *object_property_find(Object *obj, const char *name);
1196 ObjectProperty *object_property_find_err(Object *obj,
1209 ObjectProperty *object_class_property_find(ObjectClass *klass,
1222 ObjectProperty *object_class_property_find_err(ObjectClass *klass,
1287 ObjectProperty *object_property_iter_next(ObjectPropertyIterator *iter);
1672 ObjectProperty *object_property_try_add_child(Object *obj, const char *name,
1684 ObjectProperty *object_property_add_child(Object *obj, const char *name,
1740 ObjectProperty *object_property_add_link(Object *obj, const char *name,
1746 ObjectProperty *object_class_property_add_link(ObjectClass *oc,
1766 ObjectProperty *object_property_add_str(Object *obj, const char *name,
1770 ObjectProperty *object_class_property_add_str(ObjectClass *klass,
1788 ObjectProperty *object_property_add_bool(Object *obj, const char *name,
1792 ObjectProperty *object_class_property_add_bool(ObjectClass *klass,
1811 ObjectProperty *object_property_add_enum(Object *obj, const char *name,
1817 ObjectProperty *object_class_property_add_enum(ObjectClass *klass,
1835 ObjectProperty *object_property_add_tm(Object *obj, const char *name,
1838 ObjectProperty *object_class_property_add_tm(ObjectClass *klass,
1863 ObjectProperty *object_property_add_uint8_ptr(Object *obj, const char *name,
1867 ObjectProperty *object_class_property_add_uint8_ptr(ObjectClass *klass,
1884 ObjectProperty *object_property_add_uint16_ptr(Object *obj, const char *name,
1888 ObjectProperty *object_class_property_add_uint16_ptr(ObjectClass *klass,
1905 ObjectProperty *object_property_add_uint32_ptr(Object *obj, const char *name,
1909 ObjectProperty *object_class_property_add_uint32_ptr(ObjectClass *klass,
1926 ObjectProperty *object_property_add_uint64_ptr(Object *obj, const char *name,
1930 ObjectProperty *object_class_property_add_uint64_ptr(ObjectClass *klass,
1952 ObjectProperty *object_property_add_alias(Object *obj, const char *name,
1971 ObjectProperty *object_property_add_const_link(Object *obj, const char *name,