mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
use G_{BEGIN,END}_DECLS
Original commit message from CVS: use G_{BEGIN,END}_DECLS
This commit is contained in:
parent
0f52282149
commit
367bda475d
1 changed files with 2 additions and 9 deletions
|
@ -26,11 +26,7 @@
|
|||
#include <config.h>
|
||||
#include <gst/gst.h>
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
#define GST_TYPE_VIDEOTESTSRC \
|
||||
(gst_videotestsrc_get_type())
|
||||
|
@ -83,9 +79,6 @@ static GType gst_videotestsrc_get_type(void);
|
|||
|
||||
static void gst_videotestsrc_setup(GstVideotestsrc *);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __GST_VIDEOTESTSRC_H__ */
|
||||
|
|
Loading…
Reference in a new issue