mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-02 03:58:33 +08:00
add RET_ITEMS_CHANGED
This commit is contained in:
parent
c32f7b50de
commit
2846903c76
@ -137,6 +137,11 @@ typedef enum _ret_t {
|
||||
* 对象属性变化。
|
||||
*/
|
||||
RET_OBJECT_CHANGED,
|
||||
/**
|
||||
* @const RET_ITEMS_CHANGED
|
||||
* 集合数目变化。
|
||||
*/
|
||||
RET_ITEMS_CHANGED,
|
||||
/**
|
||||
* @const RET_BAD_PARAMS
|
||||
* 无效参数。
|
||||
|
Loading…
Reference in New Issue
Block a user