diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2013-11-18 14:44:36 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2013-11-18 14:47:35 +0000 |
commit | d506409af5cf73ec5d4fe9e45030b40663207b5d (patch) | |
tree | 99762b57f807d9f54614190ad72be34bf7ca050d /gst/smpte/gstsmptealpha.c | |
parent | 548e756e0a6cd59e830c5317678f19b76d9e1bfb (diff) |
docs: get rid of 'Since: 0.10.x' markers
And some gtk-doc markup fixes.
Diffstat (limited to 'gst/smpte/gstsmptealpha.c')
-rw-r--r-- | gst/smpte/gstsmptealpha.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/smpte/gstsmptealpha.c b/gst/smpte/gstsmptealpha.c index 25f5e3806..ba934ac7a 100644 --- a/gst/smpte/gstsmptealpha.c +++ b/gst/smpte/gstsmptealpha.c @@ -191,8 +191,6 @@ gst_smpte_alpha_class_init (GstSMPTEAlphaClass * klass) * GstSMPTEAlpha:invert: * * Set to TRUE to invert the transition mask (ie. flip it horizontally). - * - * Since: 0.10.23 */ g_object_class_install_property (G_OBJECT_CLASS (klass), PROP_INVERT, g_param_spec_boolean ("invert", "Invert", |