From: Matthias Clasen Date: Sun, 20 Jan 2013 08:12:09 +0000 (-0500) Subject: Fix annotation for g_test_fail X-Git-Tag: 2.35.6~60 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1cd0cf37974f8bae221bf9b988376066c683f69e;p=platform%2Fupstream%2Fglib.git Fix annotation for g_test_fail The doc comment has a "Since: 2.30" annotation, so make the header match that. --- diff --git a/glib/gtestutils.h b/glib/gtestutils.h index 04d953d..c64433d 100644 --- a/glib/gtestutils.h +++ b/glib/gtestutils.h @@ -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 */