From 89f8ea3551e52a28ed53d98e4f5e73b6193a830f Mon Sep 17 00:00:00 2001 From: sd_wu Date: Mon, 3 Mar 2025 16:47:17 +0800 Subject: [PATCH] =?UTF-8?q?XComponentType.NODE=E7=B1=BB=E5=9E=8B=E7=9B=B8?= =?UTF-8?q?=E5=85=B3NDK=E6=8E=A5=E5=8F=A3=E6=A0=87=E6=B3=A8=E5=BA=9F?= =?UTF-8?q?=E5=BC=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: sd_wu --- arkui/ace_engine/native/native_interface_xcomponent.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arkui/ace_engine/native/native_interface_xcomponent.h b/arkui/ace_engine/native/native_interface_xcomponent.h index 704b6654d..23bcc6da5 100644 --- a/arkui/ace_engine/native/native_interface_xcomponent.h +++ b/arkui/ace_engine/native/native_interface_xcomponent.h @@ -836,6 +836,8 @@ int32_t OH_NativeXComponent_UnregisterOnFrameCallback(OH_NativeXComponent* compo * Returns {@link ARKUI_ERROR_CODE_PARAM_INVALID} if a parameter error occurs. * * @since 12 + * @deprecated since 20 + * @useinstead OH_ArkUI_NodeContent_AddNode */ int32_t OH_NativeXComponent_AttachNativeRootNode(OH_NativeXComponent* component, ArkUI_NodeHandle root); @@ -849,6 +851,8 @@ int32_t OH_NativeXComponent_AttachNativeRootNode(OH_NativeXComponent* component, * Returns {@link ARKUI_ERROR_CODE_PARAM_INVALID} if a parameter error occurs. * * @since 12 + * @deprecated since 20 + * @useinstead OH_ArkUI_NodeContent_RemoveNode */ int32_t OH_NativeXComponent_DetachNativeRootNode(OH_NativeXComponent* component, ArkUI_NodeHandle root); -- Gitee