Lines Matching defs:prop

55 hal_property_free (HalProperty *prop)  in hal_property_free()
76 HalProperty *prop; in hal_property_new_string() local
103 HalProperty *prop; in hal_property_new_int() local
117 HalProperty *prop; in hal_property_new_uint64() local
131 HalProperty *prop; in hal_property_new_bool() local
145 HalProperty *prop; in hal_property_new_double() local
157 hal_property_get_key (HalProperty *prop) in hal_property_get_key()
165 hal_property_get_type (HalProperty *prop) in hal_property_get_type()
173 hal_property_get_string (HalProperty *prop) in hal_property_get_string()
182 hal_property_get_int (HalProperty *prop) in hal_property_get_int()
191 hal_property_get_uint64 (HalProperty *prop) in hal_property_get_uint64()
200 hal_property_get_bool (HalProperty *prop) in hal_property_get_bool()
209 hal_property_to_string (HalProperty *prop) in hal_property_to_string()
258 hal_property_get_double (HalProperty *prop) in hal_property_get_double()
267 hal_property_set_string (HalProperty *prop, const char *value) in hal_property_set_string()
294 hal_property_set_int (HalProperty *prop, dbus_int32_t value) in hal_property_set_int()
305 hal_property_set_uint64 (HalProperty *prop, dbus_uint64_t value) in hal_property_set_uint64()
316 hal_property_set_bool (HalProperty *prop, dbus_bool_t value) in hal_property_set_bool()
327 hal_property_set_double (HalProperty *prop, double value) in hal_property_set_double()
338 hal_property_set_attribute (HalProperty *prop, in hal_property_set_attribute()
358 hal_property_get_attribute (HalProperty *prop, in hal_property_get_attribute()
378 HalProperty *prop; in hal_property_new_strlist() local
390 hal_property_get_strlist (HalProperty *prop) in hal_property_get_strlist()
399 hal_property_strlist_append (HalProperty *prop, const char *value) in hal_property_strlist_append()
410 hal_property_strlist_prepend (HalProperty *prop, const char *value) in hal_property_strlist_prepend()
421 hal_property_strlist_remove_elem (HalProperty *prop, guint index) in hal_property_strlist_remove_elem()
442 hal_property_strlist_add (HalProperty *prop, const char *value) in hal_property_strlist_add()
459 hal_property_strlist_remove (HalProperty *prop, const char *value) in hal_property_strlist_remove()
477 hal_property_strlist_clear (HalProperty *prop) in hal_property_strlist_clear()