PgMiscellaneous.splitFileList

Splits a G_SEARCHPATH_SEPARATOR-separated list of files, stripping white space and substituting ~/ with $HOME/.

struct PgMiscellaneous
static
string[]
splitFileList
(
string str
)

Parameters

str string

a G_SEARCHPATH_SEPARATOR separated list of filenames

Return Value

Type: string[]

a list of strings to be freed with g_strfreev()