Convert a C string to a D string, with parameter to consume (free) the C string with g_free().
Zero terminated C string
Yes.Free to free the C string with g_free, No.Free to just copy it
The D string copy
Convert a C string to a D string, with parameter to consume (free) the C string with g_free().