[glib] Bug 638185 - GIOCondition should be annotated as "flags"



commit fdfb09a79397589b3b86c059e97b4f0ce8d4df26
Author: Andreas Rottmann <a rottmann gmx at>
Date:   Tue Feb 22 15:12:30 2011 +0100

    Bug 638185 - GIOCondition should be annotated as "flags"
    
    Add a gtk-doc annotation to GIOCondition marking it as a flags type.

 glib/giochannel.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/giochannel.h b/glib/giochannel.h
index 2a40aa2..0a42793 100644
--- a/glib/giochannel.h
+++ b/glib/giochannel.h
@@ -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,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]