repair function name
This commit is contained in:
parent
281b55bcc8
commit
31350abf89
|
@ -492,7 +492,7 @@ xs_int32 xs_UserEventCreate(xs_uint32 options);
|
|||
| options | 事件集配置选项,须在 XS_EVENT_AND 及 XS_EVENT_OR 中指定其一,并可以按位或上 XS_EVENT_AUTOCLEAN |
|
||||
|
||||
```c
|
||||
void xs_UserEventDele(xs_uint16 id);
|
||||
void xs_UserEventDelete(xs_uint16 id);
|
||||
```
|
||||
该函数用于删除一个已创建的事件集。
|
||||
|
||||
|
|
Loading…
Reference in New Issue