gstreamer_core/gst/gststructure.h
changeset 16 8e837d1bf446
parent 0 0e761a78d257
child 30 7e817e7e631c
equal deleted inserted replaced
15:4b0c6ed43234 16:8e837d1bf446
   117 							    va_list                  varargs);
   117 							    va_list                  varargs);
   118 #ifdef __SYMBIAN32__
   118 #ifdef __SYMBIAN32__
   119 IMPORT_C
   119 IMPORT_C
   120 #endif
   120 #endif
   121 
   121 
       
   122 GstStructure *          gst_structure_id_new               (GQuark                   name_quark,
       
   123                                                             GQuark                   field_quark,
       
   124                                                             ...);
       
   125 #ifdef __SYMBIAN32__
       
   126 IMPORT_C
       
   127 #endif
       
   128 
   122 GstStructure *          gst_structure_copy                 (const GstStructure      *structure);
   129 GstStructure *          gst_structure_copy                 (const GstStructure      *structure);
   123 #ifdef __SYMBIAN32__
   130 #ifdef __SYMBIAN32__
   124 IMPORT_C
   131 IMPORT_C
   125 #endif
   132 #endif
   126 
   133 
   202 							    va_list varargs);
   209 							    va_list varargs);
   203 #ifdef __SYMBIAN32__
   210 #ifdef __SYMBIAN32__
   204 IMPORT_C
   211 IMPORT_C
   205 #endif
   212 #endif
   206 
   213 
       
   214 
       
   215 gboolean                gst_structure_get_valist           (GstStructure            *structure,
       
   216                                                             const char              *first_fieldname,
       
   217                                                             va_list                  args);
       
   218 #ifdef __SYMBIAN32__
       
   219 IMPORT_C
       
   220 #endif
       
   221 
       
   222 
       
   223 gboolean                gst_structure_get                  (GstStructure            *structure,
       
   224                                                             const char              *first_fieldname,
       
   225                                                             ...) G_GNUC_NULL_TERMINATED;
       
   226 #ifdef __SYMBIAN32__
       
   227 IMPORT_C
       
   228 #endif
       
   229 
       
   230 
       
   231 gboolean                gst_structure_id_get_valist        (GstStructure            *structure,
       
   232                                                             GQuark                   first_field_id,
       
   233                                                             va_list                  args);
       
   234 #ifdef __SYMBIAN32__
       
   235 IMPORT_C
       
   236 #endif
       
   237 
       
   238 
       
   239 gboolean                gst_structure_id_get               (GstStructure            *structure,
       
   240                                                             GQuark                   first_field_id,
       
   241                                                             ...) G_GNUC_NULL_TERMINATED;
       
   242 #ifdef __SYMBIAN32__
       
   243 IMPORT_C
       
   244 #endif
   207 
   245 
   208 
   246 
   209 G_CONST_RETURN GValue * gst_structure_id_get_value         (const GstStructure      *structure,
   247 G_CONST_RETURN GValue * gst_structure_id_get_value         (const GstStructure      *structure,
   210 							    GQuark                   field);
   248 							    GQuark                   field);
   211 #ifdef __SYMBIAN32__
   249 #ifdef __SYMBIAN32__