Use version-based GLib/GDK/GTK+ warnings.
authorMatthew Barnes <mbarnes@redhat.com>
Wed, 28 Nov 2012 19:31:24 +0000 (14:31 -0500)
committerMatthew Barnes <mbarnes@redhat.com>
Wed, 28 Nov 2012 20:19:10 +0000 (15:19 -0500)
commit1dc565d12e64260e640c8c50a9c63b43b62b84e4
tree21261e3738cb4a59804cb86e5b9d28a98d926ed2
parent9d5d3189ec3087b656ffa9b406ffdf6a0351e1d7
Use version-based GLib/GDK/GTK+ warnings.

Use GLIB_VERSION_MAX_ALLOWED and GDK_VERSION_MAX_ALLOWED to warn if we
accidentally use symbols that were introduced in versions subsequent to
our minimum requirement.

Use GLIB_VERSION_MIN_REQUIRED and GDK_VERSION_MIN_REQUIRED to suppress
deprecation warnings by version so we can clean them up incrementally.
The initial values produce no deprecation warnings.
configure.ac