Function
ICalGLibmemory_tmp_copy
since: 1.0
[−]
Parameters
str
-
Type:
const gchar*
The string to be copied.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
[−]
Return value
Type: gchar*
The new copy of the str
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |
The value is a NUL terminated UTF-8 string. |