mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 03:56:16 +00:00
bin: Use allow-none instead of nullable until we depend on a new enough GI version
This commit is contained in:
parent
9b96d4c7cd
commit
2f33fd5c19
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue