remove deprecation guard from docstring

Original commit message from CVS:
remove deprecation guard from docstring
This commit is contained in:
Thomas Vander Stichele 2005-12-05 14:14:02 +00:00
parent 3095219ee9
commit ccd5fa2866

View file

@ -218,17 +218,17 @@ typedef GstFlowReturn (*GstPadGetRangeFunction) (GstPad *pad, guint64 offset,
typedef gboolean (*GstPadEventFunction) (GstPad *pad, GstEvent *event);
/* deprecate me, check range should use seeking query */
/* FIXME: 0.11: deprecate me, check range should use seeking query */
/**
* GstPadCheckGetRangeFunction:
* @pad: a #GstPad
*
* Check if @pad can be activated in pull mode.
*
* Returns: TRUE if the pad can operate in pull mode.
* This function will be deprecated after 0.10; use the seeking query to check
* if a pad can support random access.
*
* Deprecated: use the seeking query to check if a pad can support
* random access.
* Returns: TRUE if the pad can operate in pull mode.
*/
typedef gboolean (*GstPadCheckGetRangeFunction) (GstPad *pad);