On 05/10/2015 12:56, Claudio Fontana wrote: > Hi, I did not find g_assertion_message in any of the exported GLIB APIs. > In fact, I found it in glib/gtestutils.h under the section "internal ABI". > This is a hint that we should not be using it right?
Since this only matters for these pre-2.46 versions, where we know that g_assertion_message exists, we can use it. Paolo