From: Benjamin Otte Date: Sun, 17 Aug 2003 19:26:00 +0000 (+0000) Subject: include _get_type() functions in headers. Fixes docs build X-Git-Tag: BRANCH-ERROR-ROOT~51 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=83bfcc03bd74746e8d24ac883a0dd492966acded;p=platform%2Fupstream%2Fgstreamer.git include _get_type() functions in headers. Fixes docs build Original commit message from CVS: include _get_type() functions in headers. Fixes docs build --- diff --git a/libs/gst/control/dparam_smooth.h b/libs/gst/control/dparam_smooth.h index 967e956..4eecd88 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 3acea45..1f23ade 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);