From e7569342b1ab0b36c15bc57b59af3564b08bf164 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Mon, 24 Jan 2011 10:26:45 +0200 Subject: docs: add missing "Since: 0.10.31" marker for gst_structure_get_date_time() --- gst/gststructure.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gst') diff --git a/gst/gststructure.c b/gst/gststructure.c index 0f2dc9e2a9..343bffc405 100644 --- a/gst/gststructure.c +++ b/gst/gststructure.c @@ -1429,6 +1429,8 @@ gst_structure_get_date (const GstStructure * structure, const gchar * fieldname, * Returns: TRUE if the value could be set correctly. If there was no field * with @fieldname or the existing field did not contain a data, this function * returns FALSE. + * + * Since: 0.10.31 */ gboolean gst_structure_get_date_time (const GstStructure * structure, -- cgit v1.2.3