summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorMart Raudsepp <mart.raudsepp@collabora.co.uk>2011-01-24 10:26:45 +0200
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-01-24 14:38:15 +0000
commite7569342b1ab0b36c15bc57b59af3564b08bf164 (patch)
tree3ff43950ca6366fa7452a8075481dbb9402d451a /gst
parentbc066cf2ca3132da350b7d6e5ee620e8120c1006 (diff)
docs: add missing "Since: 0.10.31" marker for gst_structure_get_date_time()
Diffstat (limited to 'gst')
-rw-r--r--gst/gststructure.c2
1 files changed, 2 insertions, 0 deletions
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,