include _get_type() functions in headers. Fixes docs build
authorBenjamin Otte <otte@gnome.org>
Sun, 17 Aug 2003 19:26:00 +0000 (19:26 +0000)
committerBenjamin Otte <otte@gnome.org>
Sun, 17 Aug 2003 19:26:00 +0000 (19:26 +0000)
Original commit message from CVS:
include _get_type() functions in headers. Fixes docs build

libs/gst/control/dparam_smooth.h
libs/gst/control/unitconvert.h

index 967e956..4eecd88 100644 (file)
@@ -59,6 +59,8 @@ struct _GstDParamSmoothClass {
        /* signal callbacks */
 };
 
+GType gst_dpsmooth_get_type (void);
+
 GstDParam* gst_dpsmooth_new (GType type);
 
 G_END_DECLS
index 3acea45..1f23ade 100644 (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);