update idl

This commit is contained in:
xianjimli 2019-02-20 15:17:57 +08:00
parent 90ec724eb6
commit e03724d6f2
2 changed files with 8 additions and 1 deletions

View File

@ -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"]

View File

@ -29675,7 +29675,13 @@
}
},
{
"params": [],
"params": [
{
"type": "object_t*",
"name": "obj",
"desc": "对象。"
}
],
"annotation": {
"deconstructor": true,
"scriptable": true,