API Version: 2.0
Library Version: 2.72
char* g_ref_string_new ( const char* str )
Creates a new reference counted string and copies the contents of str into it.
str
const char*
A NUL-terminated string.
char*
The newly created reference counted string.