gstreamer_core/gst/gstinterface.h
branchRCL_3
changeset 4 50e57c9016d0
parent 0 0e761a78d257
child 7 567bb019e3e3
--- a/gstreamer_core/gst/gstinterface.h	Wed Feb 03 11:32:23 2010 +0000
+++ b/gstreamer_core/gst/gstinterface.h	Fri Feb 19 23:06:49 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 */