mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
validate: add missing G_BEGIN/END_DECLS in validate.h
This commit is contained in:
parent
5a068bff72
commit
e1129d2516
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,8 @@
|
||||||
#include <gst/validate/gst-validate-reporter.h>
|
#include <gst/validate/gst-validate-reporter.h>
|
||||||
#include <gst/validate/gst-validate-media-info.h>
|
#include <gst/validate/gst-validate-media-info.h>
|
||||||
|
|
||||||
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
GST_VALIDATE_API
|
GST_VALIDATE_API
|
||||||
void gst_validate_init (void);
|
void gst_validate_init (void);
|
||||||
GST_VALIDATE_API
|
GST_VALIDATE_API
|
||||||
|
@ -27,4 +29,6 @@ GList * gst_validate_plugin_get_config (GstPlugin * plugin);
|
||||||
GST_VALIDATE_API
|
GST_VALIDATE_API
|
||||||
gboolean gst_validate_is_initialized (void);
|
gboolean gst_validate_is_initialized (void);
|
||||||
|
|
||||||
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /* _GST_VALIDATE_H */
|
#endif /* _GST_VALIDATE_H */
|
||||||
|
|
Loading…
Reference in a new issue