Revision: 201001 RCL_3
authorDremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 19 Feb 2010 23:06:49 +0200
branchRCL_3
changeset 4 50e57c9016d0
parent 3 3b3553e01b24
child 5 aaf49be10b8c
Revision: 201001 Kit: 201007
gstreamer_core/gst/gstinterface.h
--- 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 */