# HG changeset patch # User Dremov Kirill (Nokia-D-MSW/Tampere) # Date 1266613609 -7200 # Node ID 50e57c9016d0f896c0d99909cb63fe3ac2da3a4a # Parent 3b3553e01b241484f1fecad77c9e3ec536fd2aef Revision: 201001 Kit: 201007 diff -r 3b3553e01b24 -r 50e57c9016d0 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 */