TypeScript API Documentation for GLIB
API Version: 2.0
Library Version: 2.89.4
Generated with TypeDoc via ts-for-gir v5.2.0
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()
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.