strfreev


Description:

public void strfreev (unowned string** str_array)

Frees an array of strings, as well as each string it contains.

If str_array is `NULL`, this function simply returns.

Parameters:

str_array

an array of strings to free


Namespace: GLib
Package: glib-2.0