pub unsafe extern "C" fn OH_ArkUI_RenderNodeUtils_RemoveRenderNode(
node: ArkUI_NodeHandle,
child: ArkUI_RenderNodeHandle,
) -> i32Available on crate feature
api-20 only.Expand description
Remove the specified child node from its parent node.
§Arguments
-
node- the parent node. -
child- the child RenderNode to remove.
§Returns
- Error code.
[
ARKUI_ERROR_CODE_NO_ERROR] Success. [ARKUI_ERROR_CODE_PARAM_INVALID] Function parameter exception. [ARKUI_ERROR_CODE_CAPI_INIT_ERROR] if CAPI init error. [ARKUI_ERROR_CODE_NOT_CUSTOM_NODE] The node is not a customNode.
Available since API-level: 20