mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-02 03:58:33 +08:00
update idl
This commit is contained in:
parent
90ec724eb6
commit
e03724d6f2
@ -82,6 +82,7 @@ object_t* object_default_create(void);
|
||||
* @method object_default_unref
|
||||
*
|
||||
* for script gc
|
||||
* @param {object_t*} obj 对象。
|
||||
*
|
||||
* @annotation ["deconstructor", "scriptable", "gc"]
|
||||
|
||||
|
@ -29675,7 +29675,13 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"params": [],
|
||||
"params": [
|
||||
{
|
||||
"type": "object_t*",
|
||||
"name": "obj",
|
||||
"desc": "对象。"
|
||||
}
|
||||
],
|
||||
"annotation": {
|
||||
"deconstructor": true,
|
||||
"scriptable": true,
|
||||
|
Loading…
Reference in New Issue
Block a user