GNOME Bugzilla – Bug 688319
gthread: add missing AVAILABLE_IN_2_32 annotations
Last modified: 2012-11-22 09:37:52 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.
Created attachment 228970 [details] [review] gthread: add AVAILABLE_IN_2_32 annotations
Review of attachment 228970 [details] [review]: Ok, I can trust you on this one...
Attachment 228970 [details] pushed as 5ff9992 - gthread: add AVAILABLE_IN_2_32 annotations