From a217e248efd18c1d72a1e412e1890a7c2ef8c4e8 Mon Sep 17 00:00:00 2001 From: sunbees Date: Wed, 31 Jan 2024 10:38:14 +0800 Subject: [PATCH] fixed 0c1f7f2 from https://gitee.com/sunbees/interface_sdk_c/pulls/276 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 e68de8f0d..54bff922a 100644 --- a/arkui/ace_engine/native/native_interface_xcomponent.h +++ b/arkui/ace_engine/native/native_interface_xcomponent.h @@ -352,7 +352,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