structure: cleanup API
[platform/upstream/gstreamer.git] / gst / gststructure.h
index 964a2a3..86e100e 100644 (file)
@@ -85,15 +85,15 @@ struct _GstStructure {
 
 GType                   gst_structure_get_type             (void);
 
-GstStructure *          gst_structure_empty_new            (const gchar *            name);
-GstStructure *          gst_structure_id_empty_new         (GQuark                   quark);
+GstStructure *          gst_structure_new_empty            (const gchar *            name);
+GstStructure *          gst_structure_new_id_empty         (GQuark                   quark);
 GstStructure *          gst_structure_new                  (const gchar *            name,
                                                            const gchar *            firstfield,
                                                            ...) G_GNUC_NULL_TERMINATED;
 GstStructure *          gst_structure_new_valist           (const gchar *            name,
                                                            const gchar *            firstfield,
                                                            va_list                  varargs);
-GstStructure *          gst_structure_id_new               (GQuark                   name_quark,
+GstStructure *          gst_structure_new_id               (GQuark                   name_quark,
                                                             GQuark                   field_quark,
                                                             ...);
 GstStructure *          gst_structure_copy                 (const GstStructure      *structure);