Bug 638185 - GIOCondition should be annotated as "flags"
authorAndreas Rottmann <a.rottmann@gmx.at>
Tue, 22 Feb 2011 14:12:30 +0000 (15:12 +0100)
committerAndreas Rottmann <a.rottmann@gmx.at>
Tue, 22 Feb 2011 14:12:30 +0000 (15:12 +0100)
Add a gtk-doc annotation to GIOCondition marking it as a flags type.

glib/giochannel.h

index 2a40aa2..0a42793 100644 (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,