gstreamer_core/gst/gst_private.h
changeset 19 24ed0baaf8e5
parent 16 8e837d1bf446
--- a/gstreamer_core/gst/gst_private.h	Fri Apr 16 16:18:02 2010 -0500
+++ b/gstreamer_core/gst/gst_private.h	Fri Apr 30 19:11:56 2010 -0500
@@ -163,6 +163,9 @@
 /* used in both gststructure.c and gstcaps.c; numbers are completely made up */
 #define STRUCTURE_ESTIMATED_STRING_LEN(s) (16 + (s)->fields->len * 22)
 
+#ifdef __SYMBIAN32__
+IMPORT_C
+#endif
 gboolean  priv_gst_structure_append_to_gstring (const GstStructure * structure,
                                                 GString            * s);