dup_cc
Description:
[
CCode ( array_length =
false , array_null_terminated =
true ) ]
public string[]
dup_cc ()
Thread-safe variation of get_cc.
Use this function when accessing this from multiple threads.
The returned string array should be freed with strfreev when no longer needed.
Parameters:
Returns:
a newly-allocated copy of cc
|