After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 649506 - GTestFunc et al lacking Since tag
GTestFunc et al lacking Since tag
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: docs
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2011-05-05 20:27 UTC by Behdad Esfahbod
Modified: 2011-05-06 11:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Behdad Esfahbod 2011-05-05 20:27:34 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