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