Searched refs:hal_property_get_strlist (Results 1 – 4 of 4) sorted by relevance
71 GSList *hal_property_get_strlist (HalProperty *prop);
233 for (iter = hal_property_get_strlist (prop); in hal_property_to_string()390 hal_property_get_strlist (HalProperty *prop) in hal_property_get_strlist() function
596 for (iter = hal_property_get_strlist (prop); in hal_device_property_get_as_string()1097 return hal_property_get_strlist (prop); in hal_device_property_get_strlist()
861 for (iter = hal_property_get_strlist (p); iter != NULL; iter = iter->next) { in foreach_property_append()1277 for (l = hal_property_get_strlist (p); l != NULL; l = g_slist_next (l)) { in device_get_property()