From: David Schleef Date: Wed, 29 Oct 2003 04:10:33 +0000 (+0000) Subject: Add typedef to named enum X-Git-Tag: CAPS-ROOT~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a3723260ce542c114126cff3028b74707bc7a7c3;p=platform%2Fupstream%2Fgstreamer.git Add typedef to named enum Original commit message from CVS: Add typedef to named enum --- diff --git a/gst/gsttypefind.h b/gst/gsttypefind.h index e80dc2d..e8fa685 100644 --- a/gst/gsttypefind.h +++ b/gst/gsttypefind.h @@ -44,7 +44,7 @@ typedef struct _GstTypeFindFactoryClass GstTypeFindFactoryClass; typedef void (* GstTypeFindFunction) (GstTypeFind *find, gpointer data); -enum { +typedef enum { GST_TYPE_FIND_MINIMUM = 1, GST_TYPE_FIND_POSSIBLE = 50, GST_TYPE_FIND_LIKELY = 80,