mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-25 16:46:52 +02:00
Fix annotation for g_test_fail
The doc comment has a "Since: 2.30" annotation, so make the header match that.
This commit is contained in:
parent
9e9d028b96
commit
1cd0cf3797
@ -124,7 +124,7 @@ void g_test_add_data_func_full (const char *testpath,
|
|||||||
GDestroyNotify data_free_func);
|
GDestroyNotify data_free_func);
|
||||||
|
|
||||||
/* tell about failure */
|
/* tell about failure */
|
||||||
GLIB_AVAILABLE_IN_ALL
|
GLIB_AVAILABLE_IN_2_30
|
||||||
void g_test_fail (void);
|
void g_test_fail (void);
|
||||||
|
|
||||||
/* hook up a test with fixture under test path */
|
/* hook up a test with fixture under test path */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user