From 83bfcc03bd74746e8d24ac883a0dd492966acded Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sun, 17 Aug 2003 19:26:00 +0000 Subject: [PATCH] include _get_type() functions in headers. Fixes docs build Original commit message from CVS: include _get_type() functions in headers. Fixes docs build --- libs/gst/control/dparam_smooth.h | 2 ++ libs/gst/control/unitconvert.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/libs/gst/control/dparam_smooth.h b/libs/gst/control/dparam_smooth.h index 967e956cf4..4eecd88b22 100644 --- a/libs/gst/control/dparam_smooth.h +++ b/libs/gst/control/dparam_smooth.h @@ -59,6 +59,8 @@ struct _GstDParamSmoothClass { /* signal callbacks */ }; +GType gst_dpsmooth_get_type (void); + GstDParam* gst_dpsmooth_new (GType type); G_END_DECLS diff --git a/libs/gst/control/unitconvert.h b/libs/gst/control/unitconvert.h index 3acea459d0..1f23ade3c2 100644 --- a/libs/gst/control/unitconvert.h +++ b/libs/gst/control/unitconvert.h @@ -54,6 +54,8 @@ struct _GstUnitConvertClass { /* signal callbacks */ }; +GType gst_unitconv_get_type (void); + GstUnitConvert* gst_unitconv_new (void); void _gst_unitconv_initialize (void);