API Version: 2.0
Library Version: 2.72
void g_ref_string_release ( char* str )
Releases a reference on a string; if it was the last reference, the resources allocated by the string are freed as well.
str
char*
A reference counted string.