gst/gstpad.c: Add 'Since: 0.10.11' to gst_pad_is_blocking() gtk-doc blurb.
authorTim-Philipp Müller <tim@centricular.net>
Mon, 2 Oct 2006 16:37:56 +0000 (16:37 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 2 Oct 2006 16:37:56 +0000 (16:37 +0000)
Original commit message from CVS:
* gst/gstpad.c:
Add 'Since: 0.10.11' to gst_pad_is_blocking() gtk-doc blurb.

ChangeLog
gst/gstpad.c

index 2740c66..76dea4a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-10-02  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * gst/gstpad.c:
+         Add 'Since: 0.10.11' to gst_pad_is_blocking() gtk-doc blurb.
+
 2006-10-02  Edward Hervey  <edward@fluendo.com>
 
        * docs/design/part-block.txt:
@@ -14,7 +19,6 @@
        API: GST_PAD_IS_BLOCKING() macro
        API: GST_PAD_BLOCKING GstPadFlag
        
-
 2006-10-02  Wim Taymans  <wim@fluendo.com>
 
        Patch by: mrcgran <mrc.gran at gmail dot com>
index 54c1c57..4f64386 100644 (file)
@@ -1058,6 +1058,8 @@ gst_pad_is_blocked (GstPad * pad)
  * Returns: TRUE if the pad is blocking.
  *
  * MT safe.
+ *
+ * Since: 0.10.11
  */
 gboolean
 gst_pad_is_blocking (GstPad * pad)