include _get_type() functions in headers. Fixes docs build

Original commit message from CVS:
include _get_type() functions in headers. Fixes docs build
This commit is contained in:
Benjamin Otte 2003-08-17 19:26:00 +00:00
parent 4f1525c8bd
commit 83bfcc03bd
2 changed files with 4 additions and 0 deletions

View file

@ -59,6 +59,8 @@ struct _GstDParamSmoothClass {
/* signal callbacks */
};
GType gst_dpsmooth_get_type (void);
GstDParam* gst_dpsmooth_new (GType type);
G_END_DECLS

View file

@ -54,6 +54,8 @@ struct _GstUnitConvertClass {
/* signal callbacks */
};
GType gst_unitconv_get_type (void);
GstUnitConvert* gst_unitconv_new (void);
void _gst_unitconv_initialize (void);