summaryrefslogtreecommitdiff
path: root/glib/giochannel.h
diff options
context:
space:
mode:
authorAndreas Rottmann <a.rottmann@gmx.at>2011-02-22 15:12:30 +0100
committerAndreas Rottmann <a.rottmann@gmx.at>2011-02-22 15:12:30 +0100
commitfdfb09a79397589b3b86c059e97b4f0ce8d4df26 (patch)
treed82e7f606e4181fc505a40d3a302ca96b8dae788 /glib/giochannel.h
parentcd23ae7134bd25500272bd3ec24c3b39502cfc3d (diff)
downloadglib-fdfb09a79397589b3b86c059e97b4f0ce8d4df26.tar.gz
Bug 638185 - GIOCondition should be annotated as "flags"
Add a gtk-doc annotation to GIOCondition marking it as a flags type.
Diffstat (limited to 'glib/giochannel.h')
-rw-r--r--glib/giochannel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/giochannel.h b/glib/giochannel.h
index 2a40aa29a..0a427936e 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,