mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 21:16:15 +01: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);
|
||||
|
||||
/* tell about failure */
|
||||
GLIB_AVAILABLE_IN_ALL
|
||||
GLIB_AVAILABLE_IN_2_30
|
||||
void g_test_fail (void);
|
||||
|
||||
/* hook up a test with fixture under test path */
|
||||
|
Loading…
Reference in New Issue
Block a user