Fix annotation for g_test_fail
authorMatthias Clasen <mclasen@redhat.com>
Sun, 20 Jan 2013 08:12:09 +0000 (03:12 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 20 Jan 2013 08:12:09 +0000 (03:12 -0500)
The doc comment has a "Since: 2.30" annotation, so make
the header match that.

glib/gtestutils.h

index 04d953d..c64433d 100644 (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 */