mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-06 01:16:17 +01:00
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:
parent
1422e5f812
commit
168ba785a1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user