API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.4
since: 2.76
void g_task_set_static_name ( GTask* task, const gchar* name )
Sets task’s name, used in debugging and profiling.
task
This is a variant of g_task_set_name() that avoids copying name.
g_task_set_name()
name
Available since: 2.76
Type: const gchar*
const gchar*
A human readable name for the task. Must be a string literal.
NULL