elementfactory: Add an allow-none annotation
authorJohan Dahlin <johan@gnome.org>
Wed, 16 Jun 2010 16:11:06 +0000 (13:11 -0300)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 16 Jun 2010 17:03:21 +0000 (19:03 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=621773

gst/gstelementfactory.c

index b266b07..713c42b 100644 (file)
@@ -414,7 +414,7 @@ no_element:
 /**
  * gst_element_factory_make:
  * @factoryname: a named factory to instantiate
- * @name: name of new element
+ * @name: (allow-none): name of new element
  *
  * Create a new element of the type defined by the given element factory.
  * If name is NULL, then the element will receive a guaranteed unique name,