]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/commitdiff
Add G_BEGIN/END_DECLS macros around all the stuff to make c++ plugins compile against...
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Sat, 12 Jul 2003 15:15:57 +0000 (15:15 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Sat, 12 Jul 2003 15:15:57 +0000 (15:15 +0000)
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

index 899831ddb7e6bf8861fd36135fb18b64af111d47..453738e01bd0ed5a0cea2341cc2c97285692024c 100644 (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__ */