gi: Skip fft constructor for now

These types have never been boxed, hence cannot be used
safely in interpreted languages. This fixes warnings.
This commit is contained in:
Nicolas Dufresne 2015-06-16 14:36:44 -04:00
parent e8aba7db8b
commit 37598add15
4 changed files with 4 additions and 4 deletions

View file

@ -69,7 +69,7 @@ struct _GstFFTF32
};
/**
* gst_fft_f32_new:
* gst_fft_f32_new: (skip)
* @len: Length of the FFT in the time domain
* @inverse: %TRUE if the #GstFFTF32 instance should be used for the inverse FFT
*

View file

@ -69,7 +69,7 @@ struct _GstFFTF64
};
/**
* gst_fft_f64_new:
* gst_fft_f64_new: (skip)
* @len: Length of the FFT in the time domain
* @inverse: %TRUE if the #GstFFTF64 instance should be used for the inverse FFT
*

View file

@ -69,7 +69,7 @@ struct _GstFFTS16
};
/**
* gst_fft_s16_new:
* gst_fft_s16_new: (skip)
* @len: Length of the FFT in the time domain
* @inverse: %TRUE if the #GstFFTS16 instance should be used for the inverse FFT
*

View file

@ -68,7 +68,7 @@ struct _GstFFTS32
};
/**
* gst_fft_s32_new:
* gst_fft_s32_new: (skip)
* @len: Length of the FFT in the time domain
* @inverse: %TRUE if the #GstFFTS32 instance should be used for the inverse FFT
*