From 4b4e34098b451addf3c287db6ce05bc8bc990354 Mon Sep 17 00:00:00 2001 From: luo_weibin Date: Thu, 17 Jul 2025 20:06:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B3=A8=E9=87=8A=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: luo_weibin --- arkui/ace_engine/native/native_type.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arkui/ace_engine/native/native_type.h b/arkui/ace_engine/native/native_type.h index 5552ea45b..54d095a8e 100644 --- a/arkui/ace_engine/native/native_type.h +++ b/arkui/ace_engine/native/native_type.h @@ -2937,6 +2937,7 @@ int32_t OH_ArkUI_WaterFlowSectionOption_GetItemCount(ArkUI_WaterFlowSectionOptio * @param option Indicates the pointer to a water flow section configuration. * @param index Indicates the index of the target water flow section. * @param callback Gets the spindle size of the specified Item based on index. +* itemIndex Indicates the index of the flowItem. * @since 12 */ void OH_ArkUI_WaterFlowSectionOption_RegisterGetItemMainSizeCallbackByIndex(ArkUI_WaterFlowSectionOption* option, @@ -2950,6 +2951,7 @@ void OH_ArkUI_WaterFlowSectionOption_RegisterGetItemMainSizeCallbackByIndex(ArkU * @param index Indicates the index of the target water flow section. * @param userData FlowItem Custom data. * @param callback Gets the spindle size of the specified Item based on index. +* itemIndex Indicates the index of the flowItem. * @since 12 */ void OH_ArkUI_WaterFlowSectionOption_RegisterGetItemMainSizeCallbackByIndexWithUserData( -- Gitee