gst/: Add 'Since' bits to gtk-doc chunks for new API.
authorTim-Philipp Müller <tim@centricular.net>
Tue, 7 Oct 2008 06:56:11 +0000 (06:56 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 7 Oct 2008 06:56:11 +0000 (06:56 +0000)
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.

ChangeLog
gst/gstbuffer.h
gst/gstghostpad.c

index ec619ac..d304050 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index 8ef5bb8..e9e6287 100644 (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)
 
index 48bf263..7eb1ce0 100644 (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)