comments update

This commit is contained in:
Kiss-Vamosi Gabor
2017-05-14 18:49:44 +02:00
parent cc10990d64
commit 50d30e8d88

View File

@@ -40,8 +40,8 @@ typedef struct
typedef enum
{
LV_ACTION_RES_INV = 0,
LV_ACTION_RES_OK,
LV_ACTION_RES_INV = 0, /*Typically indicates that the object is deleted (become invalid) in the action function*/
LV_ACTION_RES_OK, /*The object is valid (no deleted) after the action*/
}lv_action_res_t;
typedef lv_action_res_t ( * lv_action_t) (struct __LV_OBJ_T * obj, lv_dispi_t * dispi);