From 0c1f7f25cb39361e2e311ae5ba6a4091ee965b5f Mon Sep 17 00:00:00 2001 From: sunbees Date: Wed, 31 Jan 2024 10:38:14 +0800 Subject: [PATCH] id'length cannnot be set Signed-off-by: sunbees Change-Id: I579fa7f75a3f1a114dc4656c87698a12ad6cb2d6 --- arkui/ace_engine/native/native_interface_xcomponent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arkui/ace_engine/native/native_interface_xcomponent.h b/arkui/ace_engine/native/native_interface_xcomponent.h index 5ac327f6a..b60d23972 100644 --- a/arkui/ace_engine/native/native_interface_xcomponent.h +++ b/arkui/ace_engine/native/native_interface_xcomponent.h @@ -354,7 +354,7 @@ typedef struct { * Notice that a null-terminator will be appended to the char buffer, so the size of the\n * char buffer should be at least as large as the size of the real id length plus 1.\n * It is recommended that the size of the char buffer be [OH_XCOMPONENT_ID_LEN_MAX + 1]. - * @param size Indicates the pointer to the length of id, which you can set and receive. + * @param size Indicates the pointer to the length of id, which you can receive. * @return Returns the status code of the execution. * @since 8 * @version 1.0 -- Gitee