[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( deprecated = true , deprecated_since = "1.38" ) ]
public string[] split_file_list (string str)
Warning: split_file_list is deprecated since 1.38.
Splits a g_searchpath_separator-separated list of files, stripping white space and substituting ~/ with $HOME/.
str |
a g_searchpath_separator separated list of filenames |
a list of strings to be freed with strfreev |