GNOME Bugzilla – Bug 676816
Add more GLIB_AVAILABLE_IN_*
Last modified: 2012-05-26 14:19:34 UTC
I'd like my application to run on GLib 2.28, so having these annotations is quite helpful.
Created attachment 214939 [details] [review] Annotate API introduced for 2.30 with GLIB_AVAILABLE_IN_2_30 I didn't do this comprehensively, since there's a lot of it, mainly due to the GDBus object manager stuff, but anyone trying to use that would fail fast due to lack of the gdbus code generator. My main goal was to get API additions to existing classes like g_data_input_stream_read_line_utf8(), as well as the lower level new API like glib-unix.h.
Created attachment 214940 [details] [review] Annotate API introduced for 2.32 with GLIB_AVAILABLE_IN_2_32
Created attachment 214941 [details] [review] Annotate API introduced for 2.34 with GLIB_AVAILABLE_IN_2_34
Review of attachment 214939 [details] [review]: sure
Review of attachment 214940 [details] [review]: Wow, I had no idea we forgot to annotate so much
Review of attachment 214941 [details] [review]: ok
Attachment 214939 [details] pushed as a963712 - Annotate API introduced for 2.30 with GLIB_AVAILABLE_IN_2_30 Attachment 214940 [details] pushed as 1cc7162 - Annotate API introduced for 2.32 with GLIB_AVAILABLE_IN_2_32 Attachment 214941 [details] pushed as 151e378 - Annotate API introduced for 2.34 with GLIB_AVAILABLE_IN_2_34