From f8042909be3ffee02a5deac261b7ed57b9e6bfe2 Mon Sep 17 00:00:00 2001 From: wuchengwen Date: Thu, 22 Aug 2024 17:42:15 +0800 Subject: [PATCH] add param to OH_InputMethodProxy_SendPrivateCommand Signed-off-by: wuchengwen --- inputmethod/include/inputmethod_inputmethod_proxy_capi.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inputmethod/include/inputmethod_inputmethod_proxy_capi.h b/inputmethod/include/inputmethod_inputmethod_proxy_capi.h index 3660300b4..f0b82f3d9 100644 --- a/inputmethod/include/inputmethod_inputmethod_proxy_capi.h +++ b/inputmethod/include/inputmethod_inputmethod_proxy_capi.h @@ -164,7 +164,8 @@ InputMethod_ErrorCode OH_InputMethodProxy_NotifyCursorUpdate( * Specific error codes can be referenced {@link InputMethod_ErrorCode}. * @since 12 */ -InputMethod_ErrorCode OH_InputMethodProxy_SendPrivateCommand(InputMethod_PrivateCommand *privateCommand[], size_t size); +InputMethod_ErrorCode OH_InputMethodProxy_SendPrivateCommand( + InputMethod_InputMethodProxy *inputMethodProxy, InputMethod_PrivateCommand *privateCommand[], size_t size); #ifdef __cplusplus } #endif /* __cplusplus */