fix docs by fixing enum typedef
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 25 Aug 2005 10:35:46 +0000 (10:35 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 25 Aug 2005 10:35:46 +0000 (10:35 +0000)
Original commit message from CVS:
fix docs by fixing enum typedef

gst/gstbuffer.h
gst/gstmessage.c
gst/gstmessage.h

index 550f322..ee31b28 100644 (file)
@@ -194,7 +194,7 @@ typedef struct _GstBufferClass GstBufferClass;
 /**
  * GST_BUFFER_OFFSET_END_IS_VALID:
  * @buffer: the #GstBuffer to check for the end offset
- * 
+ *
  * Tests if the end offset is known.
  *
  * Returns: %TRUE for success
index c632515..1dce0a7 100644 (file)
@@ -19,7 +19,6 @@
  * Boston, MA 02111-1307, USA.
  */
 
-
 #include <string.h>             /* memcpy */
 
 #include "gst_private.h"
index 12f4ab7..279b025 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef __GST_MESSAGE_H__
 #define __GST_MESSAGE_H__
 
-G_BEGIN_DECLS 
+G_BEGIN_DECLS
 
 typedef struct _GstMessage GstMessage;
 typedef struct _GstMessageClass GstMessageClass;
@@ -48,7 +48,7 @@ typedef struct _GstMessageClass GstMessageClass;
  * @GST_MESSAGE_SEGMENT_DONE: pipeline completed playback of a segment.
  * @GST_MESSAGE_ANY: mask for all of the above messages.
  */
-typedef enum _GstMessageType
+typedef enum
 {
   GST_MESSAGE_UNKNOWN           = 0,
   GST_MESSAGE_EOS               = (1 << 0),