bin: Use allow-none instead of nullable until we depend on a new enough GI version

This commit is contained in:
Sebastian Dröge 2014-08-13 12:40:37 +03:00
parent 9b96d4c7cd
commit 2f33fd5c19

View file

@ -537,7 +537,7 @@ gst_bin_dispose (GObject * object)
/** /**
* gst_bin_new: * gst_bin_new:
* @name: (nullable): the name of the new bin * @name: (allow-none): the name of the new bin
* *
* Creates a new bin with the given name. * Creates a new bin with the given name.
* *