gstreamer_core/gst/gstinterface.h
changeset 7 71e347f905f2
parent 0 0e761a78d257
child 8 4a7fac7dd34a
--- 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 */