docs: add missing "Since: 0.10.32" markers for GstClock
authorMart Raudsepp <mart.raudsepp@collabora.co.uk>
Mon, 24 Jan 2011 09:53:12 +0000 (11:53 +0200)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 24 Jan 2011 14:38:48 +0000 (14:38 +0000)
Since tags were missing for gst_clock_single_shot_id_reinit()
and GST_CLOCK_DONE.

gst/gstclock.c
gst/gstclock.h

index 1803475..9583396 100644 (file)
@@ -239,6 +239,8 @@ gst_clock_entry_reinit (GstClock * clock, GstClockEntry * entry,
  *
  * Returns: %TRUE if the GstClockID could be reinitialized to the provided
  * @time, else %FALSE.
+ *
+ * Since: 0.10.32
  */
 gboolean
 gst_clock_single_shot_id_reinit (GstClock * clock, GstClockID id,
index 1afbd22..2d11aee 100644 (file)
@@ -260,7 +260,7 @@ typedef gboolean    (*GstClockCallback)     (GstClock *clock, GstClockTime time,
  * @GST_CLOCK_BADTIME: A bad time was provided to a function.
  * @GST_CLOCK_ERROR: An error occurred
  * @GST_CLOCK_UNSUPPORTED: Operation is not supported
- * @GST_CLOCK_DONE: The ClockID is done waiting
+ * @GST_CLOCK_DONE: The ClockID is done waiting (Since: 0.10.32)
  *
  * The return value of a clock operation.
  */