bin: Use allow-none instead of nullable until we depend on a new enough GI version
authorSebastian Dröge <sebastian@centricular.com>
Wed, 13 Aug 2014 09:40:37 +0000 (12:40 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 13 Aug 2014 09:40:37 +0000 (12:40 +0300)
gst/gstbin.c

index e824ff3..0adc0e0 100644 (file)
@@ -537,7 +537,7 @@ gst_bin_dispose (GObject * object)
 
 /**
  * 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.
  *