mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-02 17:26:17 +01:00
Merge branch 'testutils-docs' into 'main'
gtestutils: Fix minor typos in the g_test_get_filename() docs See merge request GNOME/glib!2417
This commit is contained in:
commit
ae0ec9b753
@ -4394,9 +4394,9 @@ g_test_get_dir (GTestFileType file_type)
|
|||||||
* Gets the pathname to a data file that is required for a test.
|
* 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.
|
* 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
|
* 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.
|
* finishes running.
|
||||||
*
|
*
|
||||||
* It is safe to use this function from a thread inside of a testcase
|
* It is safe to use this function from a thread inside of a testcase
|
||||||
|
Loading…
Reference in New Issue
Block a user