get_path_localized


Description:


public string get_path_localized (string dst, size_t size, string paths, string filename, FileTest test)

paths is a ':'-separated list of pathnames, with:

  • `f`: the filename
  • `l`: the language string, as returned by `setlocale(LC_MESSAGES, NULL)`
  • `l`: the language component of the language string
  • `n`: application name

Example paths: `/usr/local/lib/l/f:/usr/local/share/ n/l/f`

Parameters:

dst

destination buffer.

size

size of dst in bytes.

paths

the path

filename

the filename

test

test


Namespace: Xfce