Remove redundant explicit closure annotations

Callbacks' user_data parameters are automatically marked as closures,
meaning there's no need to mark them as closures manually.
This commit is contained in:
TestingPlant 2022-05-05 02:49:19 +00:00
parent 1422e5f812
commit 168ba785a1

View File

@ -102,7 +102,7 @@ typedef enum
/**
* GSpawnChildSetupFunc:
* @user_data: (closure): user data to pass to the function.
* @user_data: user data to pass to the function.
*
* Specifies the type of the setup function passed to g_spawn_async(),
* g_spawn_sync() and g_spawn_async_with_pipes(), which can, in very