From: David I. Lehn Date: Wed, 30 Oct 2002 09:17:12 +0000 (+0000) Subject: use G_{BEGIN,END}_DECLS X-Git-Tag: CAPS~104 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=367bda475d81cd84ea95c88983e58b0e727d7178;p=platform%2Fupstream%2Fgst-plugins-base.git use G_{BEGIN,END}_DECLS Original commit message from CVS: use G_{BEGIN,END}_DECLS --- diff --git a/gst/videotestsrc/gstvideotestsrc.h b/gst/videotestsrc/gstvideotestsrc.h index 4e8acd7..5b2f8d2 100644 --- a/gst/videotestsrc/gstvideotestsrc.h +++ b/gst/videotestsrc/gstvideotestsrc.h @@ -26,11 +26,7 @@ #include #include - -#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__ */