mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-03 12:37:43 +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,
|
RET_OBJECT_CHANGED,
|
||||||
|
/**
|
||||||
|
* @const RET_ITEMS_CHANGED
|
||||||
|
* 集合数目变化。
|
||||||
|
*/
|
||||||
|
RET_ITEMS_CHANGED,
|
||||||
/**
|
/**
|
||||||
* @const RET_BAD_PARAMS
|
* @const RET_BAD_PARAMS
|
||||||
* 无效参数。
|
* 无效参数。
|
||||||
|
Loading…
Reference in New Issue
Block a user