Function
GLibtest_get_dir
Description
Gets the pathname of the directory containing test files of the type
specified by file_type
.
This is approximately the same as calling g_test_build_filename(“.”), but you don’t need to free the return value.
Available since: | 2.38 |
Parameters
file_type |
GTestFileType |
The type of file (built vs. distributed) |