diff -r 5505e8908944 -r 71e347f905f2 gstreamer_core/gst/gstinterface.h --- a/gstreamer_core/gst/gstinterface.h Fri Jan 22 09:59:59 2010 +0200 +++ b/gstreamer_core/gst/gstinterface.h Fri Mar 19 09:35:09 2010 +0200 @@ -71,6 +71,9 @@ #define GST_IMPLEMENTS_INTERFACE_CHECK_INSTANCE_TYPE(obj, type) \ (gst_implements_interface_check ((obj), (type))) +#ifdef __SYMBIAN32__ +IMPORT_C +#endif GType gst_implements_interface_get_type (void); /* wrapper functions to check for functionality implementation */