gst/gstpad.c: Add 'Since: 0.10.11' to gst_pad_is_blocking() gtk-doc blurb.

Original commit message from CVS:
* gst/gstpad.c:
Add 'Since: 0.10.11' to gst_pad_is_blocking() gtk-doc blurb.
This commit is contained in:
Tim-Philipp Müller 2006-10-02 16:37:56 +00:00
parent 8923a57a6f
commit 785eafa32a
2 changed files with 7 additions and 1 deletions

View file

@ -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>

View 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)