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
This commit is contained in:
Ronald S. Bultje 2003-07-12 15:15:57 +00:00
parent 68a12e8ba3
commit d1301cbba8

View file

@ -30,6 +30,8 @@
#include <gst/gstlog.h>
#include <gst/gstconfig.h>
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__ */