introspection: add missing (nullable) annotations to return values
authorEvan Nemerson <evan@nemerson.com>
Wed, 11 Jun 2014 22:21:34 +0000 (15:21 -0700)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 26 Jun 2014 16:56:38 +0000 (18:56 +0200)
commit2759882379fb4fd91038be3ff35cc9180e231841
tree4be2e6d0ebbdb93c868d80138f5ec7c592f09655
parenteebff7b0487bffbac775208ef25a66b19a35d4ab
introspection: add missing (nullable) annotations to return values

Support for (nullable) was added to G-I at the same time as nullable
return values.  Previous versions of G-I will not mark return values as
nullable, even when an (allow-none) annotation is present, so it is
not necessary to add (allow-none) annotations for compatibility with
older versions of G-I.

https://bugzilla.gnome.org/show_bug.cgi?id=730957
41 files changed:
gst/gstallocator.c
gst/gstatomicqueue.c
gst/gstbin.c
gst/gstbuffer.c
gst/gstbufferlist.c
gst/gstbus.c
gst/gstcapsfeatures.c
gst/gstchildproxy.c
gst/gstclock.c
gst/gstcontrolbinding.c
gst/gstdatetime.c
gst/gstdevicemonitorfactory.c
gst/gstelement.c
gst/gstelement.h
gst/gstelementfactory.c
gst/gstformat.c
gst/gstghostpad.c
gst/gstmemory.c
gst/gstmeta.c
gst/gstminiobject.c
gst/gstobject.c
gst/gstpad.c
gst/gstpad.h
gst/gstplugin.c
gst/gstpluginfeature.c
gst/gstpluginfeature.h
gst/gstpoll.c
gst/gstpreset.c
gst/gstregistry.c
gst/gstsample.c
gst/gststructure.c
gst/gsttaglist.c
gst/gsttagsetter.c
gst/gsttaskpool.c
gst/gsttoc.c
gst/gsttocsetter.c
gst/gsttypefind.c
gst/gsttypefindfactory.c
gst/gsturi.c
gst/gstutils.c
gst/gstvalue.c