mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-03 12:37:43 +08:00
update idl
This commit is contained in:
parent
5434aec053
commit
9ef787e586
@ -27,7 +27,7 @@
|
|||||||
BEGIN_C_DECLS
|
BEGIN_C_DECLS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @class tk_t
|
* @class global_t
|
||||||
* @annotation ["scriptable", "fake"]
|
* @annotation ["scriptable", "fake"]
|
||||||
* TK全局对象。
|
* TK全局对象。
|
||||||
*/
|
*/
|
||||||
|
@ -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
|
|
||||||
*
|
*
|
||||||
* 对象接口。
|
* 对象接口。
|
||||||
*
|
*
|
||||||
|
@ -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
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user