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 688319 - gthread: add missing AVAILABLE_IN_2_32 annotations
gthread: add missing AVAILABLE_IN_2_32 annotations
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gthread
unspecified
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2012-11-14 15:02 UTC by Will Thompson
Modified: 2012-11-22 09:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gthread: add AVAILABLE_IN_2_32 annotations (4.30 KB, patch)
2012-11-14 15:02 UTC, Will Thompson
committed Details | Review

Description Will Thompson 2012-11-14 15:02:48 UTC
The new flavours of thread-related APIs added in 2.32 are missing the macros to mark them as unavailble when GLIB_VERSION_MAX_ALLOWED is too low. Here's a patch which adds them. It's based on looking for Since: 2.32 in the gtk-doc comments.
Comment 1 Will Thompson 2012-11-14 15:02:50 UTC
Created attachment 228970 [details] [review]
gthread: add AVAILABLE_IN_2_32 annotations
Comment 2 Colin Walters 2012-11-21 23:02:00 UTC
Review of attachment 228970 [details] [review]:

Ok, I can trust you on this one...
Comment 3 Will Thompson 2012-11-22 09:37:49 UTC
Attachment 228970 [details] pushed as 5ff9992 - gthread: add AVAILABLE_IN_2_32 annotations