From d1301cbba87ef1c379ec1c6e233f2b4f22457bc2 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Sat, 12 Jul 2003 15:15:57 +0000 Subject: [PATCH] Add G_BEGIN/END_DECLS macros around all the stuff to make c++ plugins compile against this properly, too Original commit message from CVS: Add G_BEGIN/END_DECLS macros around all the stuff to make c++ plugins compile against this properly, too --- gst/gstinfo.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gst/gstinfo.h b/gst/gstinfo.h index 899831d..453738e 100644 --- a/gst/gstinfo.h +++ b/gst/gstinfo.h @@ -30,6 +30,8 @@ #include #include +G_BEGIN_DECLS + /* * GStreamer's debugging subsystem is an easy way to get information about what * the application is doing. @@ -509,4 +511,6 @@ gchar* _gst_debug_nameof_funcptr (void * ptr); void gst_debug_print_stack_trace (void); +G_END_DECLS + #endif /* __GSTINFO_H__ */ -- 2.7.4