update idl

This commit is contained in:
xianjimli 2019-05-02 19:10:01 +08:00
parent 5434aec053
commit 9ef787e586
3 changed files with 2 additions and 4 deletions

View File

@ -27,7 +27,7 @@
BEGIN_C_DECLS BEGIN_C_DECLS
/** /**
* @class tk_t * @class global_t
* @annotation ["scriptable", "fake"] * @annotation ["scriptable", "fake"]
* TK全局对象 * TK全局对象
*/ */

View File

@ -59,7 +59,6 @@ struct _object_vtable_t {
* @class object_t * @class object_t
* @parent emitter_t * @parent emitter_t
* @annotation ["scriptable"] * @annotation ["scriptable"]
* @alias object_base
* *
* *
* *

View File

@ -124,7 +124,7 @@
"properties": [], "properties": [],
"header": "src/awtk_global.h", "header": "src/awtk_global.h",
"desc": " TK全局对象。\n\n", "desc": " TK全局对象。\n\n",
"name": "tk_t", "name": "global_t",
"annotation": { "annotation": {
"scriptable": true, "scriptable": true,
"fake": true "fake": true
@ -26272,7 +26272,6 @@
"annotation": { "annotation": {
"scriptable": true "scriptable": true
}, },
"alias": "object_base",
"level": 2 "level": 2
}, },
{ {