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:
Matthias Clasen 2013-01-20 03:12:09 -05:00
parent 9e9d028b96
commit 1cd0cf3797

View File

@ -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 */