get_file_localized_r


Description:


public string get_file_localized_r (string buffer, size_t length, string filename)

Similar in functionality to get_file_localized, but stores the result in buffer instead of allocating a new buffer.

Parameters:

buffer

destination buffer to store the localized filename to.

length

size of buffer in bytes.

filename

name of a file to look for a localized version.

Returns:

pointer to buffer or null on error.


Namespace: Xfce