From 870a65c670d1e6ccaea011ba3a71973b10484815 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 13 Aug 2014 12:40:37 +0300 Subject: [PATCH] bin: Use allow-none instead of nullable until we depend on a new enough GI version --- gst/gstbin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstbin.c b/gst/gstbin.c index e824ff3..0adc0e0 100644 --- a/gst/gstbin.c +++ b/gst/gstbin.c @@ -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. * -- 2.7.4