rename lv_...clear to lv_..._clean

This commit is contained in:
Gabor Kiss-Vamosi
2018-09-07 17:09:09 +02:00
parent 54f6e42a44
commit c84f114dd6
6 changed files with 6 additions and 20 deletions

View File

@@ -151,7 +151,7 @@ lv_obj_t * lv_page_create(lv_obj_t * par, const lv_obj_t * copy)
* Delete all children of the scrl object, without deleting scrl child.
* @param obj pointer to an object
*/
void lv_page_clear(lv_obj_t * obj)
void lv_page_clean(lv_obj_t * obj)
{
lv_obj_t * scrl = lv_page_get_scrl(obj);
lv_obj_clean(scrl);