app: rename GimpParallelRunAsyncFunc to GimpRunAsyncFunc

... and move it to core-type.h, in preparation for next commit.

(cherry picked from commit f25a8934fa)
This commit is contained in:
Ell
2020-03-14 00:10:20 +02:00
parent f8fb958fde
commit a787d61fbc
9 changed files with 64 additions and 65 deletions

View File

@ -540,7 +540,7 @@ gui_wait (Gimp *gimp,
{
/* listens for a cancellation request */
input_async = gimp_parallel_run_async_independent (
(GimpParallelRunAsyncFunc) gui_wait_input_async,
(GimpRunAsyncFunc) gui_wait_input_async,
input_pipe);
while (! gimp_waitable_wait_for (waitable, 0.1 * G_TIME_SPAN_SECOND))