mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
gtestutils: Fix minor typos in the g_test_get_filename() docs
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
2c958470d2
commit
e6b85bc05c
@ -4394,9 +4394,9 @@ g_test_get_dir (GTestFileType file_type)
|
||||
* Gets the pathname to a data file that is required for a test.
|
||||
*
|
||||
* This is the same as g_test_build_filename() with two differences.
|
||||
* The first difference is that must only use this function from within
|
||||
* The first difference is that you must only use this function from within
|
||||
* a testcase function. The second difference is that you need not free
|
||||
* the return value -- it will be automatically freed when the testcase
|
||||
* the return value — it will be automatically freed when the testcase
|
||||
* finishes running.
|
||||
*
|
||||
* It is safe to use this function from a thread inside of a testcase
|
||||
|
Loading…
Reference in New Issue
Block a user