dup_color
Description:
public string? dup_color ()
Thread-safe variation of get_color.
Use this function when accessing this from multiple threads.
The returned string should be freed with g_free when no longer needed.
Parameters:
Returns:
a newly-allocated copy of color, or null , when none is
set
|