about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedgio2_private.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-09-20 21:51:15 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-09-20 21:51:15 +0200
commit06bbf93bf876c107ff41593a75fe6fa8a6d6a779 (patch)
treeaf97f216e681eb789e838806b00344b5d8c58286 /src/wrapped/wrappedgio2_private.h
parente08bdd644b30b0b84a005bd4ca81d68855a03764 (diff)
downloadbox64-06bbf93bf876c107ff41593a75fe6fa8a6d6a779.tar.gz
box64-06bbf93bf876c107ff41593a75fe6fa8a6d6a779.zip
More work on gtk wrapping
Diffstat (limited to 'src/wrapped/wrappedgio2_private.h')
-rwxr-xr-xsrc/wrapped/wrappedgio2_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wrapped/wrappedgio2_private.h b/src/wrapped/wrappedgio2_private.h
index 8f510825..ef5bff3e 100755
--- a/src/wrapped/wrappedgio2_private.h
+++ b/src/wrapped/wrappedgio2_private.h
@@ -1399,8 +1399,8 @@ GOM(g_simple_async_result_new_take_error, pFEpppp)
 GO(g_simple_async_result_propagate_error, iFpp)
 GOM(g_simple_async_result_run_in_thread, vFEppip)
 GO(g_simple_async_result_set_check_cancellable, vFpp)
-GO2(g_simple_async_result_set_error, vFpuipV, g_simple_async_result_set_error_va)   // should align?
-GO(g_simple_async_result_set_error_va, vFpuipp)
+GOM(g_simple_async_result_set_error, vFEppipV)
+GOM(g_simple_async_result_set_error_va, vFEppipA)
 GO(g_simple_async_result_set_from_error, vFpp)
 GO(g_simple_async_result_set_handle_cancellation, vFpi)
 GO(g_simple_async_result_set_op_res_gboolean, vFpi)