Function
Gcrsecure_memory_strdup
since: 4
Declaration [src]
gchar*
gcr_secure_memory_strdup (
const gchar* string
)
Description [src]
Copy a string into non-pageable memory. If the input string is NULL
, then
NULL
will be returned.
Available since: 4
This function is not directly available to language bindings.