diff --git a/zh-cn/application-dev/reference/native-apis/_o_h___native_x_component___callback.md b/zh-cn/application-dev/reference/native-apis/_o_h___native_x_component___callback.md index 2928e5c43d3987f660473c73fdec7ececd76074d..b68751dda8628b8b47f3ddd4945f6d9e2b390c5d 100644 --- a/zh-cn/application-dev/reference/native-apis/_o_h___native_x_component___callback.md +++ b/zh-cn/application-dev/reference/native-apis/_o_h___native_x_component___callback.md @@ -21,7 +21,7 @@ | 成员变量名称 | 描述 | | -------- | -------- | -| [OnSurfaceCreated](_o_h___native_x_component.md#onsurfacecreated) )([OH_NativeXComponent](_o_h___native_x_component.md#oh_nativexcomponent) \*component, void \*window) | 创建surface时调用。 | -| [OnSurfaceChanged](_o_h___native_x_component.md#onsurfacechanged) )([OH_NativeXComponent](_o_h___native_x_component.md#oh_nativexcomponent) \*component, void \*window) | 当surface改变时调用。 | -| [OnSurfaceDestroyed](_o_h___native_x_component.md#onsurfacedestroyed) )([OH_NativeXComponent](_o_h___native_x_component.md#oh_nativexcomponent) \*component, void \*window) | 当surface被破坏时调用。 | -| [DispatchTouchEvent](_o_h___native_x_component.md#dispatchtouchevent) )([OH_NativeXComponent](_o_h___native_x_component.md#oh_nativexcomponent) \*component, void \*window) | 当触摸事件被触发时调用。 | +| [OnSurfaceCreated](_o_h___native_x_component.md#onsurfacecreated)| 创建surface时调用。 | +| [OnSurfaceChanged](_o_h___native_x_component.md#onsurfacechanged)| 当surface改变时调用。 | +| [OnSurfaceDestroyed](_o_h___native_x_component.md#onsurfacedestroyed)| 当surface被销毁时调用。 | +| [DispatchTouchEvent](_o_h___native_x_component.md#dispatchtouchevent)| 当触摸事件被触发时调用。 |