diff -r 567bb019e3e3 -r 7e817e7e631c gstreamer_core/gst/gststructure.h --- a/gstreamer_core/gst/gststructure.h Tue Aug 31 15:30:33 2010 +0300 +++ b/gstreamer_core/gst/gststructure.h Wed Sep 01 12:16:41 2010 +0100 @@ -119,13 +119,6 @@ IMPORT_C #endif -GstStructure * gst_structure_id_new (GQuark name_quark, - GQuark field_quark, - ...); -#ifdef __SYMBIAN32__ -IMPORT_C -#endif - GstStructure * gst_structure_copy (const GstStructure *structure); #ifdef __SYMBIAN32__ IMPORT_C @@ -212,37 +205,6 @@ #endif -gboolean gst_structure_get_valist (GstStructure *structure, - const char *first_fieldname, - va_list args); -#ifdef __SYMBIAN32__ -IMPORT_C -#endif - - -gboolean gst_structure_get (GstStructure *structure, - const char *first_fieldname, - ...) G_GNUC_NULL_TERMINATED; -#ifdef __SYMBIAN32__ -IMPORT_C -#endif - - -gboolean gst_structure_id_get_valist (GstStructure *structure, - GQuark first_field_id, - va_list args); -#ifdef __SYMBIAN32__ -IMPORT_C -#endif - - -gboolean gst_structure_id_get (GstStructure *structure, - GQuark first_field_id, - ...) G_GNUC_NULL_TERMINATED; -#ifdef __SYMBIAN32__ -IMPORT_C -#endif - G_CONST_RETURN GValue * gst_structure_id_get_value (const GstStructure *structure, GQuark field);