Add typedef to named enum

Original commit message from CVS:
Add typedef to named enum
This commit is contained in:
David Schleef 2003-10-29 04:10:33 +00:00
parent 0259155e08
commit a3723260ce

View file

@ -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,