Function

GLib-2.0GLibstrfreev

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

    If str_array is NULL, this function simply returns.

    Parameters

    • Optionalstr_array: string[]

      an array of strings to free

    Returns void