docs: Move field specific Since markers at the same line
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 14 Jan 2010 09:44:16 +0000 (10:44 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 14 Jan 2010 09:44:16 +0000 (10:44 +0100)
Fixes gobject-introspection warnings about Since being defined multiple times.

gst/gstbuffer.h
gst/gsturi.h

index 4314d0b..44c3210 100644 (file)
@@ -214,12 +214,9 @@ typedef struct _GstBufferClass GstBufferClass;
  * stream and contains media neutral data (elements can switch to optimized code
  * path that ignores the buffer content).
  * @GST_BUFFER_FLAG_DELTA_UNIT: this unit cannot be decoded independently.
- * @GST_BUFFER_FLAG_MEDIA1: a flag whose use is specific to the caps of the buffer.
- * Since: 0.10.23
- * @GST_BUFFER_FLAG_MEDIA2: a flag whose use is specific to the caps of the buffer.
- * Since: 0.10.23
- * @GST_BUFFER_FLAG_MEDIA3: a flag whose use is specific to the caps of the buffer.
- * Since: 0.10.23
+ * @GST_BUFFER_FLAG_MEDIA1: a flag whose use is specific to the caps of the buffer. Since: 0.10.23.
+ * @GST_BUFFER_FLAG_MEDIA2: a flag whose use is specific to the caps of the buffer. Since: 0.10.23.
+ * @GST_BUFFER_FLAG_MEDIA3: a flag whose use is specific to the caps of the buffer. Since: 0.10.23.
  * @GST_BUFFER_FLAG_LAST: additional flags can be added starting from this flag.
  *
  * A set of buffer flags used to describe properties of a #GstBuffer.
index d31c3aa..50da1c2 100644 (file)
@@ -75,13 +75,11 @@ typedef struct _GstURIHandlerInterface GstURIHandlerInterface;
  * @get_uri: Method to return the URI currently handled by the element.
  * @set_uri: Method to set a new URI.
  * @get_type_full: Variant of get_type which takes a GType argument. This is 
- *  for use by bindings that need to pass context when creating a URI Handler.  *  If implemented, get_type will be used in preference to get_type_full.
- *      Since: 0.10.15
+ *  for use by bindings that need to pass context when creating a URI Handler.  *  If implemented, get_type will be used in preference to get_type_full. Since: 0.10.15.
  * @get_protocols_full: Variant of get_type which takes a GType argument. 
  * This is for use by bindings that need to pass context when creating a URI 
  * Handler. If implemented, get_protocols will be used in preference to 
- * get_protocols_full.
- *      Since: 0.10.15
+ * get_protocols_full. Since: 0.10.15.
  *
  * Any #GstElement using this interface should implement these methods.
  */