pulse, v4l2: add missing G_END_DECLS in some places

This commit is contained in:
Tim-Philipp Müller 2014-10-28 21:32:06 +00:00
parent aa3c565498
commit 31b8cfecc2
3 changed files with 6 additions and 0 deletions

View file

@ -93,4 +93,6 @@ struct _GstPulseDeviceClass {
GType gst_pulse_device_get_type (void);
G_END_DECLS
#endif /* __GST_PULSE_DEVICE_PROVIDER_H__ */

View file

@ -96,4 +96,6 @@ struct _GstV4l2DeviceClass {
GType gst_v4l2_device_get_type (void);
G_END_DECLS
#endif /* __GST_V4L2_DEVICE_PROVIDER_H__ */

View file

@ -195,4 +195,6 @@ interface_as_function ## _tuner_interface_init (GstTunerInterface * iface)
iface->signal_strength = interface_as_function ## _tuner_signal_strength; \
} \
G_END_DECLS
#endif /* __GST_V4L2_TUNER_H__ */