GNOME Bugzilla – Bug 649506
GTestFunc et al lacking Since tag
Last modified: 2011-05-06 11:15:33 UTC
The following typedefs: +typedef void (*GTestFunc) (void); +typedef void (*GTestDataFunc) (gconstpointer user_data); +typedef void (*GTestFixtureFunc) (gpointer fixture, + gconstpointer user_data); where added much later than the rest of gtest. Their docs lack the Since tag. This has caught me a few times now. They where introduced in: commit 7791fce38a1a7d292e94d3bb5a0ffb8d6da9333d Author: Ryan Lortie <desrt@desrt.ca> Date: Mon Jul 12 16:37:56 2010 -0400