diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2011-10-29 09:02:00 +0200 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2011-11-02 08:59:44 +0100 |
commit | e4725d9df2ea5ea72352fb896a0980b0596697c8 (patch) | |
tree | 447d397d66e73456fd0ebe4805dfeec17e1074b5 /docs/gst | |
parent | 89fd4ded72861a1c15fe873249c094a077f0ad89 (diff) |
structure: cleanup API
gst_structure_empty_new() -> gst_structure_new_empty()
gst_structure_id_empty_new() -> gst_structure_new_id_empty()
gst_structure_id_new() -> gst_structure_new_id()
Diffstat (limited to 'docs/gst')
-rw-r--r-- | docs/gst/gstreamer-sections.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt index b8c975b38..ea8d99cff 100644 --- a/docs/gst/gstreamer-sections.txt +++ b/docs/gst/gstreamer-sections.txt @@ -2242,11 +2242,11 @@ gst_segment_flags_get_type GstStructure GstStructureForeachFunc GstStructureMapFunc -gst_structure_empty_new -gst_structure_id_empty_new +gst_structure_new_empty +gst_structure_new_id_empty gst_structure_new gst_structure_new_valist -gst_structure_id_new +gst_structure_new_id gst_structure_copy gst_structure_free gst_structure_get_name |