Function
GLibstrdup
since: 2.0
Description
Duplicates a string. If str
is NULL
it returns NULL
.
The returned string should be freed with g_free()
when no longer needed.
Available since: 2.0
since: 2.0
Duplicates a string. If str
is NULL
it returns NULL
.
The returned string should be freed with g_free()
when no longer needed.
Available since: 2.0