Bug 638185 - GIOCondition should be annotated as "flags"

Add a gtk-doc annotation to GIOCondition marking it as a flags type.
This commit is contained in:
Andreas Rottmann 2011-02-22 15:12:30 +01:00
parent cd23ae7134
commit fdfb09a793

View File

@ -83,7 +83,7 @@ typedef enum
G_SEEK_END
} GSeekType;
typedef enum
typedef enum /*< flags >*/
{
G_IO_IN GLIB_SYSDEF_POLLIN,
G_IO_OUT GLIB_SYSDEF_POLLOUT,