mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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:
parent
a6c9220c57
commit
cabf154dc6
3 changed files with 10 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue