Lines Matching refs:str_value
42 char *str_value; member
61 g_free (prop->v.str_value); in hal_property_free()
84 prop->v.str_value = g_strdup (value != NULL ? value : ""); in hal_property_new_string()
86 while (!g_utf8_validate (prop->v.str_value, -1, in hal_property_new_string()
94 key, prop->v.str_value)); in hal_property_new_string()
178 return prop->v.str_value; in hal_property_get_string()
215 return g_strdup (prop->v.str_value); in hal_property_to_string()
277 if (prop->v.str_value != NULL) in hal_property_set_string()
278 g_free (prop->v.str_value); in hal_property_set_string()
279 prop->v.str_value = g_strdup (value); in hal_property_set_string()
281 while (!g_utf8_validate (prop->v.str_value, -1, in hal_property_set_string()