gst/: Add 'Since' bits to gtk-doc chunks for new API.

Original commit message from CVS:
* gst/gstbuffer.h: (GST_BUFFER_FREE_FUNC):
* gst/gstghostpad.c: (gst_ghost_pad_construct):
Add 'Since' bits to gtk-doc chunks for new API.
This commit is contained in:
Tim-Philipp Müller 2008-10-07 06:56:11 +00:00
parent a6c9220c57
commit cabf154dc6
3 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2008-10-07 Tim-Philipp Müller <tim.muller at collabora co uk>
* gst/gstbuffer.h: (GST_BUFFER_FREE_FUNC):
* gst/gstghostpad.c: (gst_ghost_pad_construct):
Add 'Since' bits to gtk-doc chunks for new API.
2008-10-06 Thijs Vermeir <thijsvermeir@gmail.com>
* docs/gst/gstreamer-sections.txt:

View file

@ -150,6 +150,8 @@ typedef struct _GstBufferClass GstBufferClass;
*
* Note that the free function only affects the buffer's malloc_data; if the
* buffer's malloc_data is NULL, the function will not be called.
*
* Since: 0.10.22
*/
#define GST_BUFFER_FREE_FUNC(buf) (GST_BUFFER_CAST(buf)->free_func)

View file

@ -772,6 +772,8 @@ gst_ghost_pad_dispose (GObject * object)
* (GST_TYPE_GHOST_PAD, "direction", @dir, ..., NULL).
*
* Returns: %TRUE if the construction succeeds, %FALSE otherwise.
*
* Since: 0.10.22
*/
gboolean
gst_ghost_pad_construct (GstGhostPad * gpad)