mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-15 12:08:04 +02:00
Unlike G_GNUC_... macros, the new G_DEPRECATED[_FOR] are meant as abstractions that work with different compilers. Using a new name also lets us restrict it to 'must be placed before the declaration', which works with more compilers. https://bugzilla.gnome.org/show_bug.cgi?id=661438