docs: fix since tag for gst_structure_id_has_field_typed()
authorMart Raudsepp <leio@gentoo.org>
Tue, 16 Mar 2010 07:42:21 +0000 (09:42 +0200)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 17 Mar 2010 11:03:15 +0000 (11:03 +0000)
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

index e030446..521def4 100644 (file)
@@ -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,