TypeScript API Documentation for GLIB
API Version: 2.0
Library Version: 2.88.0
Generated with TypeDoc via ts-for-gir v4.0.0-beta.41
Copies an array of strings. The copy is a deep copy; each string is also copied.
If called on a NULL value, g_strdupv() simply returns NULL.
NULL
g_strdupv()
Optional
an array of strings to copy
a newly-allocated array of strings. Use GLib.strfreev to free it.
Copies an array of strings. The copy is a deep copy; each string is also copied.
If called on a
NULLvalue,g_strdupv()simply returnsNULL.