未验证 提交 363050d4 编写于 作者: R Robert Ancell 提交者: GitHub

Fix wrong method name - copy/paste error from FlBinaryMessenger (#18596)

上级 bb04ce2d
......@@ -206,7 +206,7 @@ G_MODULE_EXPORT void fl_basic_message_channel_send(FlBasicMessageChannel* self,
g_steal_pointer(&task));
}
G_MODULE_EXPORT FlValue* fl_basic_message_channel_send_on_channel_finish(
G_MODULE_EXPORT FlValue* fl_basic_message_channel_send_finish(
FlBasicMessageChannel* self,
GAsyncResult* result,
GError** error) {
......
......@@ -187,8 +187,7 @@ void fl_basic_message_channel_send(FlBasicMessageChannel* channel,
*
* Returns: message response on success or %NULL on error.
*/
FlValue* fl_basic_message_channel_send_on_channel_finish(
FlBasicMessageChannel* channel,
FlValue* fl_basic_message_channel_send_finish(FlBasicMessageChannel* channel,
GAsyncResult* result,
GError** error);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册