mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-04-27 15:34:51 +00:00
gstreamer: Correctly rename ParamSpecArray
constructor
This commit is contained in:
parent
21d38e41d6
commit
9263c9f42e
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ impl FromGlibPtrFull<*mut gobject_ffi::GParamSpec> for ParamSpecArray {
|
||||||
impl ParamSpecArray {
|
impl ParamSpecArray {
|
||||||
#[allow(clippy::new_ret_no_self)]
|
#[allow(clippy::new_ret_no_self)]
|
||||||
#[doc(alias = "gst_param_spec_array")]
|
#[doc(alias = "gst_param_spec_array")]
|
||||||
pub fn new_array(
|
pub fn new(
|
||||||
name: &str,
|
name: &str,
|
||||||
nick: &str,
|
nick: &str,
|
||||||
blurb: &str,
|
blurb: &str,
|
||||||
|
|
Loading…
Reference in a new issue