From 55c8e8b41ec0f272d81f53d71c6195a499a1f43d Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Fri, 28 Oct 2005 17:20:45 +0000 Subject: [PATCH] Work around gtkdoc deficiencies, document a macro differently. Original commit message from CVS: Work around gtkdoc deficiencies, document a macro differently. --- gst/gstbuffer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/gstbuffer.h b/gst/gstbuffer.h index 6fb5ce2325..cbf19b15fd 100644 --- a/gst/gstbuffer.h +++ b/gst/gstbuffer.h @@ -287,8 +287,8 @@ G_STMT_START { \ * gst_buffer_copy: * @buf: a #GstBuffer. * - * Returns a copy of the given buffer. This will also make a newly allocated - * copy of the data the source buffer points at. + * Create a copy of the given buffer. This will also make a newly allocated + * copy of the data the source buffer contains. */ #define gst_buffer_copy(buf) GST_BUFFER_CAST (gst_mini_object_copy (GST_MINI_OBJECT (buf))) /**