]> git.ipfire.org Git - thirdparty/vala.git/commit
girparser: don't deprecate children of deprecated containers
authorEvan Nemerson <evan@nemerson.com>
Mon, 26 May 2014 02:42:00 +0000 (19:42 -0700)
committerEvan Nemerson <evan@nemerson.com>
Wed, 28 May 2014 20:19:58 +0000 (13:19 -0700)
commit2894abb2e2b5e70e54413a55c418d54cf4dda9df
tree679482fcbfd9b6b620ecaef7ed7f41e70efd68e2
parentb9a36a992a5a9474b0b27aec834837981b6edf38
girparser: don't deprecate children of deprecated containers

GObject Introspection doesn't support marking entire types as
deprecated, so we end up with a lot of places where the type isn't
deprecated, but every method, property, field, signal, etc. in it is,
which causes a lot of spew during compilation.  This patch allows us
to easily deprecate a type in metadata and any extra deprecation
information on child symbols will be omitted.
vala/valagirparser.vala
vapi/clutter-1.0.vapi