API Version: 2.0
Library Version: 2.83.0
Generated by gi-docgen 2024.1
since: 2.74
void (* GSourceOnceFunc) ( gpointer user_data )
A source function that is only called once before being removed from the main context automatically.
See: g_idle_add_once(), g_timeout_add_once().
g_idle_add_once()
g_timeout_add_once()
Available since: 2.74
user_data
Type: gpointer
gpointer
Data passed to the function, set when the source was created.
NULL