mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-26 00:56:53 +02:00
gtestutils: Fix a typo in the g_test_add() documentation
This commit is contained in:
parent
7dd7c04148
commit
056f50ce94
@ -3346,8 +3346,8 @@ g_test_get_filename (GTestFileType file_type,
|
|||||||
* similar to g_test_create_case().
|
* similar to g_test_create_case().
|
||||||
*
|
*
|
||||||
* g_test_add() is implemented as a macro, so that the fsetup(), ftest() and
|
* g_test_add() is implemented as a macro, so that the fsetup(), ftest() and
|
||||||
* fteardown() callbacks can expect a @Fixture pointer as first argument in
|
* fteardown() callbacks can expect a @Fixture pointer as their first argument
|
||||||
* a type safe manner. They otherwise have type #GTestFixtureFunc.
|
* in a type safe manner. They otherwise have type #GTestFixtureFunc.
|
||||||
*
|
*
|
||||||
* Since: 2.16
|
* Since: 2.16
|
||||||
**/
|
**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user