Matthias Clasen 99c7d60869 gtask: Add g_task_set_static_name()
Similar to g_source_set_static_name, this avoids
strdup overhead for debug-only information in
possibly hot code paths.

We also add a macro wrapper for g_task_set_name that
uses __builtin_constant_p to decide whether to use
g_task_set_name or g_task_set_static_name.
2022-11-01 11:48:38 +00:00
..
2013-10-17 10:12:27 -04:00
2011-12-08 18:05:12 -05:00
2011-12-08 18:05:12 -05:00