mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-02 12:08:16 +08:00
update idl
This commit is contained in:
parent
5434aec053
commit
9ef787e586
@ -27,7 +27,7 @@
|
||||
BEGIN_C_DECLS
|
||||
|
||||
/**
|
||||
* @class tk_t
|
||||
* @class global_t
|
||||
* @annotation ["scriptable", "fake"]
|
||||
* TK全局对象。
|
||||
*/
|
||||
|
@ -59,7 +59,6 @@ struct _object_vtable_t {
|
||||
* @class object_t
|
||||
* @parent emitter_t
|
||||
* @annotation ["scriptable"]
|
||||
* @alias object_base
|
||||
*
|
||||
* 对象接口。
|
||||
*
|
||||
|
@ -124,7 +124,7 @@
|
||||
"properties": [],
|
||||
"header": "src/awtk_global.h",
|
||||
"desc": " TK全局对象。\n\n",
|
||||
"name": "tk_t",
|
||||
"name": "global_t",
|
||||
"annotation": {
|
||||
"scriptable": true,
|
||||
"fake": true
|
||||
@ -26272,7 +26272,6 @@
|
||||
"annotation": {
|
||||
"scriptable": true
|
||||
},
|
||||
"alias": "object_base",
|
||||
"level": 2
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user