glib/docs/reference
Simon McVittie a076dbcb68 gtestutils: Allow failing a test with a printf-style message
This allows a pattern like

    g_test_message ("cannot reticulate splines: %s", error->message);
    g_test_fail ();

to be replaced by the simpler

    g_test_fail_printf ("cannot reticulate splines: %s", error->message);

with the secondary benefit of making the message available to TAP
consumers as part of the "not ok" message.

Signed-off-by: Simon McVittie <smcv@collabora.com>
2021-08-19 09:49:11 +01:00
..
gio gio: Add portal version of GPowerProfileMonitor 2021-08-13 01:32:31 +02:00
glib gtestutils: Allow failing a test with a printf-style message 2021-08-19 09:49:11 +01:00
gobject docs: Add new symbols 2021-07-27 12:27:53 +01:00
.gitignore .gitignore manpages (*.1) 2010-05-24 23:21:01 -04:00
AUTHORS Initial revision 1999-08-16 17:58:30 +00:00
COPYING Initial revision 1999-08-16 17:58:30 +00:00
meson.build gversionmacros: Add version macros for GLib 2.70 2021-03-18 13:58:41 +00:00
NEWS Initial revision 1999-08-16 17:58:30 +00:00