mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 13:53:19 +00:00
bin: Use allow-none instead of nullable until we depend on a new enough GI version
This commit is contained in:
parent
afc394d221
commit
870a65c670
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue