docs: Move field specific Since markers at the same line

Fixes gobject-introspection warnings about Since being defined multiple times.
This commit is contained in:
Sebastian Dröge 2010-01-14 10:44:16 +01:00
parent 190c73e9aa
commit b3d30dd459
2 changed files with 5 additions and 10 deletions

View 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.

View 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.
*/