From db949f66e01557621d60ffd41569aff49c6d6a14 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Tue, 16 Mar 2010 09:42:21 +0200 Subject: [PATCH] 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. --- gst/gststructure.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,