summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2010-03-16 09:42:21 +0200
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-03-17 11:03:15 +0000
commitdb949f66e01557621d60ffd41569aff49c6d6a14 (patch)
treef9240d6fe59c1a55cdd7dd97e4341e296e743df3
parent422e9c4ce3b34b38275d942a0e122b848d48b047 (diff)
docs: fix since tag for gst_structure_id_has_field_typed()
gst_structure_id_has_field_typed was added in 0.10.26, not 0.10.16. Apparent typo in commit f9e3b72f when the API was added.
-rw-r--r--gst/gststructure.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gststructure.c b/gst/gststructure.c
index e0304464ac..521def4058 100644
--- a/gst/gststructure.c
+++ b/gst/gststructure.c
@@ -1081,7 +1081,7 @@ gst_structure_has_field (const GstStructure * structure,
*
* Returns: TRUE if the structure contains a field with the given name and type
*
- * Since: 0.10.16
+ * Since: 0.10.26
*/
gboolean
gst_structure_id_has_field_typed (const GstStructure * structure,