mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
pulse, v4l2: add missing G_END_DECLS in some places
This commit is contained in:
parent
aa3c565498
commit
31b8cfecc2
3 changed files with 6 additions and 0 deletions
|
@ -93,4 +93,6 @@ struct _GstPulseDeviceClass {
|
|||
|
||||
GType gst_pulse_device_get_type (void);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __GST_PULSE_DEVICE_PROVIDER_H__ */
|
||||
|
|
|
@ -96,4 +96,6 @@ struct _GstV4l2DeviceClass {
|
|||
|
||||
GType gst_v4l2_device_get_type (void);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __GST_V4L2_DEVICE_PROVIDER_H__ */
|
||||
|
|
|
@ -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__ */
|
||||
|
|
Loading…
Reference in a new issue